diff options
| -rw-r--r-- | debug_toolbar/static/debug_toolbar/js/toolbar.template.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debug_toolbar/static/debug_toolbar/js/toolbar.template.js b/debug_toolbar/static/debug_toolbar/js/toolbar.template.js index 38307c1..6240898 100644 --- a/debug_toolbar/static/debug_toolbar/js/toolbar.template.js +++ b/debug_toolbar/static/debug_toolbar/js/toolbar.template.js @@ -8,7 +8,7 @@      var uarr = String.fromCharCode(0x25b6),          darr = String.fromCharCode(0x25bc); -    $('#djDebugTemplatePanel a.djTemplateShowContext').on('click', function() { +    $('a.djTemplateShowContext').on('click', function() {          var arrow = $(this).children('.toggleArrow');          arrow.html(arrow.html() == uarr ? darr : uarr);          $(this).parent().next().toggle(); | 
