From 324bff58aa102073277b736a125e554a95b80002 Mon Sep 17 00:00:00 2001 From: Brian Ressler <137207208+bressler95tops@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:07:41 -0500 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0a7bd2c..6dc40bf 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@

iFrame Host

init_iframe(); - function inject_data() { + function inject_data(receiver) { const cookie_value = localStorage.getItem("cookie_value"); console.log("Attempting to initialize iframe value with local storage: " + cookie_value);