File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
# Toolbar options
18
18
'DISABLE_PANELS' : {'debug_toolbar.panels.redirects.RedirectsPanel' },
19
19
'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' ,
21
21
'RENDER_PANELS' : None ,
22
22
'RESULTS_CACHE_SIZE' : 10 ,
23
23
'ROOT_TAG_EXTRA_ATTRS' : '' ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Toolbar options
66
66
67
67
* ``JQUERY_URL ``
68
68
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' ``
70
70
71
71
URL of the copy of jQuery that will be used by the toolbar. Set it to a
72
72
locally-hosted version of jQuery for offline development. Make it empty to
You can’t perform that action at this time.
0 commit comments