diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-05 09:41:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-05 09:41:32 +0200 |
commit | 602e31801e3eff1b4787805c0f4344286a787a0e (patch) | |
tree | 5e1af978b890add4f1ebf39a96f64206b0574f52 /templates/layouts/default.html.ep | |
parent | a5e86699810f933444e3c3fbca3079d9caa362ae (diff) |
release
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 407b9a6..174f354 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 = 'v10'; # asset version + % my $av = 'v11'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); |