From ec118c2254516696213ea8d0afc2033198f9d177 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Fri, 28 Jul 2017 20:07:10 -0700 Subject: [PATCH] Move scripts to bottom of body to prevent execution from delaying DOM rendering --- cps/templates/layout.html | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index c094dd4b..4f6f7959 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -19,28 +19,9 @@ - - - - - - - - - - - - {% block header %}{% endblock %} - {% block modal %}{% endblock %} + + + + + + + + + + + + + + {% block js %}{% endblock %}