diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-26 09:17:28 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-26 09:17:28 +0200 |
commit | f4d71b4d9fb4191c07a9c200d32626175568b4fa (patch) | |
tree | 1903cec1805df51d9b2d9d08e00e7f0a708e04be /templates/layouts/default.html.ep | |
parent | 559a1cedd7814d101743f718f1db2760338ab51f (diff) |
obtain autocompletion from database2.1.1
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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" |