kramp HF staff commited on
Commit
9fd54ef
1 Parent(s): ed942b9

Update index.html

Browse files
Files changed (1) hide show
  1. 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>