aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/toolbar.js
diff options
context:
space:
mode:
authorRob Hudson2008-09-20 15:40:09 -0700
committerRob Hudson2008-09-20 15:40:09 -0700
commitb9bd4c0cb9aa595c2648d43fce49961139f46971 (patch)
treec993d41129f1e396e7bf3390802744d28ed8c5fd /debug_toolbar/media/toolbar.js
parentd85426c65e906d721e6b656ea9d7d53052c8a6bc (diff)
parent8e124b0a129ab351ec6cae30d8358709d4c1430b (diff)
downloaddjango-debug-toolbar-b9bd4c0cb9aa595c2648d43fce49961139f46971.tar.bz2
Merge commit '8e124b0a129ab351ec6cae30d8358709d4c1430b'
From Simon Willison's branch: Use pformat for template contexts, which makes it more readable
Diffstat (limited to 'debug_toolbar/media/toolbar.js')
-rw-r--r--debug_toolbar/media/toolbar.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug_toolbar/media/toolbar.js b/debug_toolbar/media/toolbar.js
index 0b3624b..2c5a87b 100644
--- a/debug_toolbar/media/toolbar.js
+++ b/debug_toolbar/media/toolbar.js
@@ -49,7 +49,6 @@ jQuery(function($) {
$('.panelContent').hide();
});
});
-
jQuery(function() {
jQuery.djDebug();
});