summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-02-21 17:32:24 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-02-21 17:32:24 +0100
commitcad349a58334474066c8bcf30e1dddd2d2964ac7 (patch)
tree1ff72316dd33e3ef7eb740adcfe050ecefb7ff0f /templates
parent8fc681c572314687d036e4d56486f013ff1d2048 (diff)
remove automatic location.hash updates for now1.16
turned out they did more harm than good (as in, leading to confusing history behaviour)
Diffstat (limited to 'templates')
-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 8468391..ee39577 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -10,7 +10,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v7'; # asset version
+ % my $av = 'v8'; # asset version
%= stylesheet "/static/${av}/default.css"
%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // -1;