From cad349a58334474066c8bcf30e1dddd2d2964ac7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 21 Feb 2019 17:32:24 +0100 Subject: remove automatic location.hash updates for now turned out they did more harm than good (as in, leading to confusing history behaviour) --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 8468391..ee39577 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,7 +10,7 @@ % } - % my $av = 'v7'; # asset version + % my $av = 'v8'; # 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