Skip to content

Commit 83f6527

Browse files
committed
Update jQuery to 3.3.1
jQuery 2.x is no longer supported. I've done some testing and everything I've looked at is working with jQuery 3.
1 parent 155044c commit 83f6527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug_toolbar/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Toolbar options
1818
'DISABLE_PANELS': {'debug_toolbar.panels.redirects.RedirectsPanel'},
1919
'INSERT_BEFORE': '</body>',
20-
'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js',
20+
'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js',
2121
'RENDER_PANELS': None,
2222
'RESULTS_CACHE_SIZE': 10,
2323
'ROOT_TAG_EXTRA_ATTRS': '',

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Toolbar options
6666

6767
* ``JQUERY_URL``
6868

69-
Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'``
69+
Default: ``'//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'``
7070

7171
URL of the copy of jQuery that will be used by the toolbar. Set it to a
7272
locally-hosted version of jQuery for offline development. Make it empty to

0 commit comments

Comments
 (0)