We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c482278 commit 67c855aCopy full SHA for 67c855a
debug_toolbar/static/debug_toolbar/js/toolbar.template.js
@@ -8,7 +8,7 @@
8
var uarr = String.fromCharCode(0x25b6),
9
darr = String.fromCharCode(0x25bc);
10
11
- $('#djDebugTemplatePanel a.djTemplateShowContext').on('click', function() {
+ $('a.djTemplateShowContext').on('click', function() {
12
var arrow = $(this).children('.toggleArrow');
13
arrow.html(arrow.html() == uarr ? darr : uarr);
14
$(this).parent().next().toggle();
0 commit comments