Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bressler95tops authored Sep 26, 2024
1 parent 4cedf99 commit 324bff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>iFrame Host</h1>

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);

Expand Down

0 comments on commit 324bff5

Please sign in to comment.