From 8b4b1d55e1885e58ffdf7bd300941649d29e9c33 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 3 Feb 2017 11:38:52 -0500 Subject: [PATCH] update jquery to 2.2.4 --- debug_toolbar/settings.py | 2 +- docs/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug_toolbar/settings.py b/debug_toolbar/settings.py index 43ede9138..d871bf15d 100644 --- a/debug_toolbar/settings.py +++ b/debug_toolbar/settings.py @@ -17,7 +17,7 @@ # Toolbar options 'DISABLE_PANELS': set(['debug_toolbar.panels.redirects.RedirectsPanel']), 'INSERT_BEFORE': '', - 'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js', + 'JQUERY_URL': '//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js', 'RENDER_PANELS': None, 'RESULTS_CACHE_SIZE': 10, 'ROOT_TAG_EXTRA_ATTRS': '', diff --git a/docs/configuration.rst b/docs/configuration.rst index d39aafbf8..12c6f7597 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -66,7 +66,7 @@ Toolbar options * ``JQUERY_URL`` - Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'`` + Default: ``'//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'`` URL of the copy of jQuery that will be used by the toolbar. Set it to a locally-hosted version of jQuery for offline development. Make it empty to