From c2ff9cf0e82c36d3b1a514fec36f1c5d20bab862 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 13 May 2019 18:05:29 +0200 Subject: use recommended method of calling jquery ready handlers --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 53bf037..4167ec0 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -17,7 +17,7 @@ % } - % my $av = 'v13'; # asset version + % my $av = 'v14'; # 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