summaryrefslogtreecommitdiff
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
parente7d37d5a81537668a71d373c8eb59d08242c25d4 (diff)
Update asset version2.00
l---------public/static/v9 (renamed from public/static/v7)0
-rw-r--r--templates/layouts/default.html.ep2
2 files changed, 1 insertions, 1 deletions
diff --git a/public/static/v7 b/public/static/v9
index 945c9b4..945c9b4 120000
--- a/public/static/v7
+++ b/public/static/v9
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');