This commit is contained in:
Timo Bejan 2021-11-10 11:21:49 +02:00
parent 7373e3bf7a
commit f7d99e7294
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
<script src="silent-refresh.js">
</script>
</body>
</html>

View File

@ -0,0 +1 @@
parent.postMessage(location.href, location.origin);