Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
const queryString = urlparams.querySelector('[name="queryparams"]').value;
|
32 |
const hash = urlparams.querySelector('[name="hash"]').value;
|
33 |
if(hash || queryString) {
|
34 |
-
window.parent.postMessage(JSON.stringify(
|
35 |
}
|
36 |
});
|
37 |
</script>
|
|
|
31 |
const queryString = urlparams.querySelector('[name="queryparams"]').value;
|
32 |
const hash = urlparams.querySelector('[name="hash"]').value;
|
33 |
if(hash || queryString) {
|
34 |
+
window.parent.postMessage(JSON.stringify({ hash, queryString }), '*');
|
35 |
}
|
36 |
});
|
37 |
</script>
|