summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/site.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/site.html b/static/site.html
index e19847b..1412da5 100644
--- a/static/site.html
+++ b/static/site.html
@@ -12,7 +12,7 @@
<body>
<script>
var s = document.createElement('script');
- s.setAttribute('src', 'BUNDLE_PATH?' + (Date.now() / 3600))
+ s.setAttribute('src', 'BUNDLE_PATH?' + Math.round(Date.now() / 30000))
document.body.appendChild(s)
</script>
</html>