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

Update index.html

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