From aa0bb4b95feb633e1d03cbd91f059a33e7d3631d Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Mon, 16 Dec 2024 22:08:33 +0100 Subject: [PATCH] Temporarily move jQuery back to being loaded in the head until we have fixed all scripts getting loaded mid page. --- hypha/templates/base.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hypha/templates/base.html b/hypha/templates/base.html index 1d4d4b2e31..2c65790383 100644 --- a/hypha/templates/base.html +++ b/hypha/templates/base.html @@ -60,6 +60,10 @@ + + + + {% include "includes/head_end.html" %} @@ -121,11 +125,6 @@ {% include "includes/_modal-placeholder.html" %} {% include "includes/_toast-placeholder.html" %} - - - - - {% block extra_js %}{% endblock %} {% block sentry_sdk %}