coyotte508 HF staff commited on
Commit
6cf264f
1 Parent(s): 0cd6f90

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -22,8 +22,8 @@
22
  setInterval(() => {
23
  scrolling = !scrolling;
24
  console.log("update scrolling", scrolling)
25
- window.parent?.postMessage({type: "SET_SCROLLING", enabled: scrolling})
26
- window.parent?.postMessage({type: "UPDATE_HASH", hash: "boo"})
27
  }, 1000)
28
  </script>
29
  </html>
 
22
  setInterval(() => {
23
  scrolling = !scrolling;
24
  console.log("update scrolling", scrolling)
25
+ window.parent?.postMessage({type: "SET_SCROLLING", enabled: scrolling}, "*")
26
+ window.parent?.postMessage({type: "UPDATE_HASH", hash: "boo"}, "*")
27
  }, 1000)
28
  </script>
29
  </html>