diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-01-09 12:08:14 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-01-09 12:08:14 +0100 |
commit | e3f62e54e62c94f71b9c0ef63da553cf728a0477 (patch) | |
tree | 088d7d531fc8ce0b501f08d7c94e8a93b2f9e92d | |
parent | e96ce2f8ee88520cbb64c113a85731b8964fdeed (diff) |
bump asset version4.8.2
-rw-r--r-- | public/static/css/material-icons.css | 8 | ||||
l--------- | public/static/v59 (renamed from public/static/v57) | 0 | ||||
-rw-r--r-- | templates/layouts/app.html.ep | 2 | ||||
-rw-r--r-- | templates/layouts/legacy.html.ep | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/public/static/css/material-icons.css b/public/static/css/material-icons.css index e96d1e8..24da582 100644 --- a/public/static/css/material-icons.css +++ b/public/static/css/material-icons.css @@ -2,12 +2,12 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url(/static/v58/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ + src: url(/static/v59/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), - url(/static/v58/fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(/static/v58/fonts/MaterialIcons-Regular.woff) format('woff'), - url(/static/v58/fonts/MaterialIcons-Regular.ttf) format('truetype'); + url(/static/v59/fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(/static/v59/fonts/MaterialIcons-Regular.woff) format('woff'), + url(/static/v59/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { diff --git a/public/static/v57 b/public/static/v59 index 945c9b4..945c9b4 120000 --- a/public/static/v57 +++ b/public/static/v59 diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index a1e82a2..64efcfc 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -18,7 +18,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } - % my $av = 'v58'; # asset version + % my $av = 'v59'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index 0f9676c..4fcc79b 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 = 'v58'; # asset version + % my $av = 'v59'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" |