FarmMapsLib/src/assets/silent-refresh.html

8 lines
109 B
HTML
Raw Normal View History

2019-11-01 14:57:50 +00:00
<html>
<body>
<script>
parent.postMessage(location.hash, location.origin);
</script>
</body>
</html>