FarmMapsLib/src/assets/silent-refresh.html

8 lines
109 B
HTML

<html>
<body>
<script>
parent.postMessage(location.hash, location.origin);
</script>
</body>
</html>