aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorDavid Cramer2011-03-24 14:13:40 -0700
committerDavid Cramer2011-03-24 14:13:40 -0700
commita56bed86d7768ff2ffc1587446f6712514f6c1ba (patch)
tree4264db37c1fd802c1e8e36973ffa0900f96273e2 /debug_toolbar/templates
parent061964889e1a87bfba3d03b89b948410032fe751 (diff)
downloaddjango-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.html2
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 %}