From 808466606612135a5fb3d6ec1ea74689502d84de Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 27 Nov 2025 11:21:14 +0100 Subject: 🔒️ upgrade to jQuery 1.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use a non minified version of jQuery in order to facilitate patches --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 66b429bab..e251bd74a 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -400,7 +400,7 @@ else: INTERNAL_IPS = ("127.0.0.1",) -JQUERY_URL = STATIC_URL + "js/jquery.min.js" +JQUERY_URL = STATIC_URL + "js/jquery.js" JQUERY_UI_URL = STATIC_URL + "js/jquery-ui/" if DEBUG and not LOG_FILE: -- cgit v1.2.3