From ed74a1c9fcc48855e4f3cb28db55d91fa9d1a089 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sun, 31 Jan 2010 10:26:25 -0800 Subject: Updated toolbar Javascript to use a closure. * Update jQuery to latest version, 1.4.1 * Pulled jquery.cookie.js into toolbar.js so it doesn't depend on jQuery being in the global namespace. * jQuery loading code based on Ben Alman's bookmarklet generator here: http://benalman.com/code/test/jquery-run-code-bookmarklet/ --- debug_toolbar/templates/debug_toolbar/base.html | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 50c0be0..7b19a5d 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -1,29 +1,10 @@ {% load i18n %} -