From 3d914ec0509b2563f1be428515c49c1e306d43f2 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 11 Dec 2016 01:23:56 +0300 Subject: [PATCH] jQuery loading moved to the header. jQuery updated, Bootstrap 3 updated. --- app/Resources/views/layout.html.twig | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/Resources/views/layout.html.twig b/app/Resources/views/layout.html.twig index 458f0ab..45e9ab9 100644 --- a/app/Resources/views/layout.html.twig +++ b/app/Resources/views/layout.html.twig @@ -19,12 +19,8 @@ {% endblock %} {% block head_js %} - {# HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries #} - {# Who uses IE??? #} - + + {% endblock %} @@ -46,8 +42,6 @@ {# Footer JavaScripts for faster loading #} {% block footer_js %} - - {% endblock %} {%- endblock %}