whitphx HF staff commited on
Commit
ab924be
1 Parent(s): dde26cd
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -25,7 +25,7 @@
25
  window.parent.postMessage({
26
  queryString,
27
  hash,
28
- })
29
  }
30
  </script>
31
  </body>
 
25
  window.parent.postMessage({
26
  queryString,
27
  hash,
28
+ }, "*");
29
  }
30
  </script>
31
  </body>