summaryrefslogtreecommitdiff
path: root/templates/layouts/default.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-29 08:57:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-29 08:57:10 +0200
commit6f50e76d2bf496549383b4c1fddcadb053b26b06 (patch)
treec5a2b2043f867f10ad826b06d47fc34de6e3ca4b /templates/layouts/default.html.ep
parente7d37d5a81537668a71d373c8eb59d08242c25d4 (diff)
Update asset version2.00
Diffstat (limited to 'templates/layouts/default.html.ep')
-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 ee12097..a1bd73f 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 = 'v8'; # asset version
+ % my $av = 'v9'; # asset version
%= stylesheet "/static/${av}/default.css"
%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // stash('force_mobile');