Skip to content

Commit 8b4b1d5

Browse files
committed
update jquery to 2.2.4
1 parent fcb1886 commit 8b4b1d5

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': set(['debug_toolbar.panels.redirects.RedirectsPanel']),
1919
'INSERT_BEFORE': '</body>',
20-
'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js',
20+
'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.2.4/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.1.4/jquery.min.js'``
69+
Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.2.4/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)