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 | |
parent | a5e86699810f933444e3c3fbca3079d9caa362ae (diff) |
release
l--------- | public/static/v11 (renamed from public/static/v9) | 0 | ||||
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/static/v9 b/public/static/v11 index 945c9b4..945c9b4 120000 --- a/public/static/v9 +++ b/public/static/v11 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'); |