summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-13 18:05:29 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-13 18:05:29 +0200
commitc2ff9cf0e82c36d3b1a514fec36f1c5d20bab862 (patch)
tree4093cf53cc475e1142843144f9a83862a7527e81 /templates
parent4ec583098a6e600cb6c1c9feecccc59050060d83 (diff)
use recommended method of calling jquery ready handlers2.0.3
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 53bf037..4167ec0 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 = 'v13'; # asset version
+ % my $av = 'v14'; # asset version
%= stylesheet "/static/${av}/default.css"
%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // stash('force_mobile');