diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-11-27 11:21:14 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-11-27 16:08:26 +0100 |
| commit | 808466606612135a5fb3d6ec1ea74689502d84de (patch) | |
| tree | 694306d370925d39b5af4dbfc0e41bd5f270646e /example_project | |
| parent | e9748ac2ec6fd98de8cf4d1b9791bc984dd82223 (diff) | |
| download | Ishtar-808466606612135a5fb3d6ec1ea74689502d84de.tar.bz2 Ishtar-808466606612135a5fb3d6ec1ea74689502d84de.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.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
