diff options
| author | Rob Hudson | 2010-09-07 14:07:25 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2010-09-07 14:21:21 -0700 | 
| commit | d6911f737070f46984befe621878fcf7f1b6176e (patch) | |
| tree | e9d529079da02211319c9b15a6bdbff80ad0dae0 /debug_toolbar/templates | |
| parent | 9b66a289dbd3c7548837e57f9309d1d8a20d5d1d (diff) | |
| download | django-debug-toolbar-d6911f737070f46984befe621878fcf7f1b6176e.tar.bz2 | |
Fixed issue 83, unstyled toolbar flash.
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 49ff279..c97ca2e 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -5,7 +5,7 @@ var DEBUG_TOOLBAR_MEDIA_URL = "{{ DEBUG_TOOLBAR_MEDIA_URL }}";  // ]]>  </script>  <script type="text/javascript" src="{{ DEBUG_TOOLBAR_MEDIA_URL }}js/toolbar.min.js"></script> -<div id="djDebug"> +<div id="djDebug" style="display:none;">  	<div style="display:none;" id="djDebugToolbar">  		<ul id="djDebugPanelList">  			{% if panels %}  | 
