summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-11-27 11:21:14 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-11-29 17:15:06 +0100
commit7d847f91c0c2ab264538784d6735c00fe789854a (patch)
tree11772843eb36a03e41575ea9deccbfaa6675e5c6 /example_project
parent44a2dfd346480c9f8fdaf0c455067a85cd45278f (diff)
downloadIshtar-7d847f91c0c2ab264538784d6735c00fe789854a.tar.bz2
Ishtar-7d847f91c0c2ab264538784d6735c00fe789854a.zip
🔒️ upgrade to jQuery 1.12.4
Use a non minified version of jQuery in order to facilitate patches
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 6e93515e3..4c6c924fa 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: