Update
Browse files- 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>
|