aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Gazit2009-08-12 06:36:36 +0300
committerIdan Gazit2009-08-12 06:36:36 +0300
commit28ec3f9aa3674284eb060e91760fbc6e98076f3a (patch)
tree37fac4957d2d2bbf00293387a451ee54ec1e917d
parent5015057cfe3448028ff79ca36a96f1baa4224226 (diff)
downloaddjango-debug-toolbar-28ec3f9aa3674284eb060e91760fbc6e98076f3a.tar.bz2
Remove indicator if closed via panel close
-rw-r--r--debug_toolbar/media/debug_toolbar/toolbar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.js b/debug_toolbar/media/debug_toolbar/toolbar.js
index cde67a6..355a66f 100644
--- a/debug_toolbar/media/debug_toolbar/toolbar.js
+++ b/debug_toolbar/media/debug_toolbar/toolbar.js
@@ -102,6 +102,7 @@ jQuery(function($j) {
$j(document).bind('close.djDebug', function() {
$j(document).unbind('keydown.djDebug');
$j('.panelContent').hide();
+ $j('#djDebugToolbar li').removeClass("active");
});
});
jQuery(function() {