From add2538655ed2a019907d6f19a1f3198a0672824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 25 Aug 2017 11:26:24 +0200 Subject: [PATCH] =?UTF-8?q?Prevent=20JS=20error=20by=20sync-loading=20jque?= =?UTF-8?q?ry.autocomplete=E2=80=A6.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/templates/projects/sharing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/projects/sharing.jade b/src/templates/projects/sharing.jade index cce206a2..e1522da3 100644 --- a/src/templates/projects/sharing.jade +++ b/src/templates/projects/sharing.jade @@ -71,7 +71,7 @@ span#project-edit-title | {% block footer_scripts %} | {% if (project.user == current_user.objectid or current_user.has_cap('admin')) %} -script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.autocomplete-0.22.0.min.js') }}", async=true) +script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.autocomplete-0.22.0.min.js') }}") script. $(document).ready(function() { function shareWithUser(event, hit, dataset) {