summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-22 16:06:13 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-22 16:06:13 +0100
commit285bc89a400c2faa7b6c7c327300c7842711935b (patch)
tree5d6d3c6e2f6b844a5cd4ef980c8c3237a806dabe /static
parent30265efd64167e9fd6b5a489bd7f8239b496ed35 (diff)
fix proportional sizing
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>