diff options
| author | David Cramer | 2011-03-24 14:13:40 -0700 | 
|---|---|---|
| committer | David Cramer | 2011-03-24 14:13:40 -0700 | 
| commit | a56bed86d7768ff2ffc1587446f6712514f6c1ba (patch) | |
| tree | 4264db37c1fd802c1e8e36973ffa0900f96273e2 /debug_toolbar/templates | |
| parent | 061964889e1a87bfba3d03b89b948410032fe751 (diff) | |
| download | django-debug-toolbar-a56bed86d7768ff2ffc1587446f6712514f6c1ba.tar.bz2 | |
Create window.djdt and djdt.ready() event callback hooks for post </body> events
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 a8ebc48..d039ade 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -13,7 +13,7 @@  			<li id="djDebugButton">DEBUG</li>  			{% endif %}  			{% for panel in panels %} -				<li> +				<li class="djDebugPanelButton">  					{% if panel.has_content %}  						<a href="{{ panel.url|default:"#" }}" title="{{ panel.title }}" class="{{ panel.dom_id }}">  					{% else %}  | 
