From e873b3823f110bfd21a65bdaa0644e823019e761 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 13 Jan 2019 10:57:38 +0100 Subject: Do not scroll back to top when closing a detail popup --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layouts/default.html.ep') 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 @@ % } - % 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; -- cgit v1.2.3