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-29 17:15:06 +0100 |
| commit | 7d847f91c0c2ab264538784d6735c00fe789854a (patch) | |
| tree | 11772843eb36a03e41575ea9deccbfaa6675e5c6 /example_project | |
| parent | 44a2dfd346480c9f8fdaf0c455067a85cd45278f (diff) | |
| download | Ishtar-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.py | 2 |
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: |
