summaryrefslogtreecommitdiff
path: root/templates/layouts/default.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-01-12 13:56:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-01-12 13:56:23 +0100
commit70d838bb0825cf5a7fa8dcc2eb4e712001da2c1d (patch)
treebe501b2a011a164e8d99f06d89abc99b19127aea /templates/layouts/default.html.ep
parent7e4727af603cdd8bbb3746842a9603054ddca7cb (diff)
support linking to individual trains1.15
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 5b6dec8..a04331a 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -8,7 +8,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v2'; # asset version
+ % my $av = 'v3'; # asset version
%= stylesheet "/static/${av}/default.css"
%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // -1;