From 7ee9f881343a9452885c7fd30edbad14150fda42 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 May 2019 11:16:44 +0200 Subject: update jquery and jquery-ui --- templates/layouts/default.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index a1bd73f..407b9a6 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,7 +10,7 @@ % } - % my $av = 'v9'; # asset version + % my $av = 'v10'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); @@ -18,7 +18,7 @@ %= stylesheet "/static/${av}/mobile.css" % } %if (stash('load_marquee')) { - %= javascript '/static/jquery-1.10.2.min.js' + %= javascript '/static/jquery-3.4.1.min.js' %= javascript "/static/${av}/jquery-ui.min.js" %= javascript "/static/${av}/dbf.min.js" %= javascript "/static/${av}/marquee.min.js" @@ -26,7 +26,7 @@ $(function () { $('marquee').marquee() }); % end % } else { - %= javascript '/static/jquery-1.10.2.min.js', defer => undef + %= javascript '/static/jquery-3.4.1.min.js', defer => undef %= javascript "/static/${av}/jquery-ui.min.js", defer => undef %= javascript "/static/${av}/dbf.min.js", defer => undef % } -- cgit v1.2.3