summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-08 21:10:05 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-08 21:10:05 +0200
commit15ac9f659b97f7ccfb52d40d9e2e892edeb918f6 (patch)
tree18605a36babe3f3666623ec59973583058d87167 /templates/layouts
parentecf9cffce76174aea6fdccebf2bf4b03ded6ae3c (diff)
increase refresh interval
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index f256db6..c408a10 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -17,7 +17,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v12'; # asset version
+ % my $av = 'v13'; # asset version
%= stylesheet "/static/${av}/default.css"
%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // stash('force_mobile');