summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-01 14:42:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-01 14:42:57 +0200
commit15e1bf361b2bf11dcbf29ebe58cffa1ed3203818 (patch)
tree2a5ba38b1f5d8987ca4980957b6320519e350976 /templates/layouts
parentaee1b1085042715ed42640449599ace441d854c9 (diff)
limit traininfo width on desktops2.2.0
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 a177a17..32928c9 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 = 'v14'; # asset version
+ % my $av = 'v15'; # asset version
%= stylesheet "/static/${av}/default.css"
%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // stash('force_mobile');