From 15ac9f659b97f7ccfb52d40d9e2e892edeb918f6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 8 May 2019 21:10:05 +0200 Subject: increase refresh interval --- 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 f256db6..c408a10 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -17,7 +17,7 @@ % } - % my $av = 'v12'; # asset version + % my $av = 'v13'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); -- cgit v1.2.3