From 8f3a7224fc3f707498e6b1de2779e0e19be2c6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 16 Jul 2018 21:41:25 +0200 Subject: [PATCH] templates: mark some support js scripts to be loaded asynchronously (#25299) --- templates/combo/page_template.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/combo/page_template.html b/templates/combo/page_template.html index 9b03644..a55fe23 100644 --- a/templates/combo/page_template.html +++ b/templates/combo/page_template.html @@ -16,11 +16,11 @@ {% endblock %} {% block extra_scripts %} - - + + {% if not no_extra_js %} - + {% endif %} {% skeleton_extra_placeholder extra-head %} {% end_skeleton_extra_placeholder %} -- 2.18.0