Skip to content

Commit 0c29e5c

Browse files
nikolastim-schilling
authored andcommitted
Update default jquery to 2.1.4
1 parent 106e9cf commit 0c29e5c

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
@@ -19,7 +19,7 @@
1919
# Toolbar options
2020
'DISABLE_PANELS': set(['debug_toolbar.panels.redirects.RedirectsPanel']),
2121
'INSERT_BEFORE': '</body>',
22-
'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js',
22+
'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js',
2323
'RENDER_PANELS': None,
2424
'RESULTS_CACHE_SIZE': 10,
2525
'ROOT_TAG_EXTRA_ATTRS': '',

docs/configuration.rst

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

7474
* ``JQUERY_URL``
7575

76-
Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js'``
76+
Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'``
7777

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

0 commit comments

Comments
 (0)