Skip to content

Commit 1befcaf

Browse files
authored
Merge pull request #1065 from nikolas/jquery-3.3.1
Update jQuery to 3.3.1
2 parents bfd7652 + 83f6527 commit 1befcaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug_toolbar/settings.py

+1-1
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

+1-1
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)