File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
# Toolbar options
20
20
'DISABLE_PANELS' : set (['debug_toolbar.panels.redirects.RedirectsPanel' ]),
21
21
'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' ,
23
23
'RENDER_PANELS' : None ,
24
24
'RESULTS_CACHE_SIZE' : 10 ,
25
25
'ROOT_TAG_EXTRA_ATTRS' : '' ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Toolbar options
73
73
74
74
* ``JQUERY_URL ``
75
75
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' ``
77
77
78
78
URL of the copy of jQuery that will be used by the toolbar. Set it to a
79
79
locally-hosted version of jQuery for offline development. Make it empty to
You can’t perform that action at this time.
0 commit comments