From df2742f797a80fb5750a0f5a7d7b39b257a9215c Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 5 Sep 2019 09:51:01 +0100 Subject: [PATCH] Only serve Javascript to users of IE9 and above Our Javascript errors in older versions of IE anyway, so we might as well save people some bandwidth and page load speed by not serving it to them. --- app/templates/admin_template.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 0f534d920..ff30b79cc 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -109,7 +109,9 @@ {% endblock %} {% block body_end %} + +