coyotte508 HF staff commited on
Commit
0cd6f90
1 Parent(s): 9368f76

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -23,6 +23,7 @@
23
  scrolling = !scrolling;
24
  console.log("update scrolling", scrolling)
25
  window.parent?.postMessage({type: "SET_SCROLLING", enabled: scrolling})
 
26
  }, 1000)
27
  </script>
28
  </html>
 
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>