Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -39,6 +39,7 @@
|
|
39 |
window.parent.postMessage({ hash, queryString }, '*');
|
40 |
}
|
41 |
});
|
|
|
42 |
showIframeSrc();
|
43 |
</script>
|
44 |
</body>
|
|
|
39 |
window.parent.postMessage({ hash, queryString }, '*');
|
40 |
}
|
41 |
});
|
42 |
+
window.addEventListener('hashchange', showIframeSrc);
|
43 |
showIframeSrc();
|
44 |
</script>
|
45 |
</body>
|