diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-10-27 15:49:14 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-10-27 15:49:14 +0100 |
commit | b7ff69b93a2f5bf5a0b0f714e7a8f53abf0dc776 (patch) | |
tree | 65c6ff0590dc19e1d1a8a3a260a160b03f2548f2 /templates/layouts/legacy.html.ep | |
parent | 7c722b3880f2b4ef6ce627dcd2227e24fc40e7f1 (diff) |
release assets
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index 1ef3a84..59c6314 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -17,7 +17,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } - % my $av = 'v103'; # asset version + % my $av = 'v104'; # asset version %= stylesheet "/static/${av}/css/legacy.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" |