summaryrefslogtreecommitdiff
path: root/templates/layouts/legacy.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r--templates/layouts/legacy.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep
index e0265d0..09b94e6 100644
--- a/templates/layouts/legacy.html.ep
+++ b/templates/layouts/legacy.html.ep
@@ -17,13 +17,13 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v89'; # asset version
- %= stylesheet "/static/${av}/css/default.css"
+ % my $av = 'v100'; # asset version
+ %= stylesheet "/static/${av}/css/legacy.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // stash('force_mobile');
% if ($force_mobile) {
- %= stylesheet "/static/${av}/css/mobile.css"
+ %= stylesheet "/static/${av}/css/legacy-mobile.css"
% }
%if (stash('load_marquee')) {
%= javascript '/static/js/jquery-3.4.1.min.js'