Periodically reload page
authorJoey Schulze <joey@infodrom.org>
Mon, 21 Oct 2019 16:24:38 +0000 (18:24 +0200)
committerJoey Schulze <joey@infodrom.org>
Mon, 21 Oct 2019 16:24:38 +0000 (18:24 +0200)
src/Infodrom/stats/index.wml

index 2ac04d8..d3fc7e5 100644 (file)
@@ -20,6 +20,9 @@
 
 <div style="padding-top: 1em"></div>
 
+<script type="text/javascript">
+window.setTimeout(function(){document.location.reload();}, 30000);
+</script>
 </page>
 
 # Local variables: