From f4d71b4d9fb4191c07a9c200d32626175568b4fa Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 26 Aug 2023 09:17:28 +0200 Subject: obtain autocompletion from database --- 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 6ddeb78..5ed1e37 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -68,7 +68,7 @@ %= javascript "/static/${av}/js/geolocation${min}.js" % } % if (stash('with_autocomplete')) { - %= javascript "/static/${av}/js/autocomplete${min}.js" + %= javascript "/dyn/${av}/autocomplete.js", defer => undef % } % if (stash('with_map')) { %= javascript "/static/${av}/leaflet/leaflet.js" -- cgit v1.2.3