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:18 +0100 |
| commit | 6f18c807a391ce018d37e73b5941d761cad5e86d (patch) | |
| tree | 8046f94fd3578f3185ad8ff7ce7d0e0f43bf1ea7 /example_project/settings.py | |
| parent | 47936ff296c6651e06ab493e658bc96537e00c89 (diff) | |
| download | Ishtar-6f18c807a391ce018d37e73b5941d761cad5e86d.tar.bz2 Ishtar-6f18c807a391ce018d37e73b5941d761cad5e86d.zip | |
🔒️ upgrade to jQuery 1.12.4
Use a non minified version of jQuery in order to facilitate patches
Diffstat (limited to 'example_project/settings.py')
| -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 a0ebf1e63..bcd158e0c 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -409,7 +409,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: |
