From 727b4e05f59c15904f7b08388220b7bfc76d59b2 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 25 Apr 2014 18:53:00 +0200 Subject: Make the pain go away. Fix #581, #544, #541, #535 and a few others. --- docs/tips.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/tips.rst') diff --git a/docs/tips.rst b/docs/tips.rst index 5e3ea40..b65c3d6 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -16,14 +16,13 @@ flatpages. Using the toolbar offline ------------------------- -The Debug Toolbar depends on the jQuery_ library. If jQuery isn't already -loaded in your page, the toolbar loads it from the Google Hosted Libraries +The Debug Toolbar loads the jQuery_ library from the Google Hosted Libraries CDN. Your browser will keep it in cache, allowing you to use the toolbar even if you disconnect from the Internet temporarily. If you want to use the Debug Toolbar without an Internet connection at all, or -if you refuse to depend on Google's services, you should include your own copy -of jQuery on every page. +if you refuse to depend on Google's services, look at the ``JQUERY_URL`` +configuration option. .. _jQuery: http://jquery.com/ -- cgit v1.2.3