diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-01-13 10:57:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-13 10:57:38 +0100 |
commit | e873b3823f110bfd21a65bdaa0644e823019e761 (patch) | |
tree | 13a4280c93e2d0ddbc120b23f000b763f56e647f /templates | |
parent | 70d838bb0825cf5a7fa8dcc2eb4e712001da2c1d (diff) |
Do not scroll back to top when closing a detail popup
Diffstat (limited to 'templates')
-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 a04331a..eb1f7f8 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -8,7 +8,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } - % my $av = 'v3'; # asset version + % my $av = 'v4'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // -1; |