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 ac52b23 commit 3725cecCopy full SHA for 3725cec
debug_toolbar/static/debug_toolbar/js/toolbar.js
@@ -212,7 +212,7 @@
212
$('#djDebugToolbar li').removeClass('djdt-active');
213
// finally close toolbar
214
$('#djDebugToolbar').hide('fast');
215
- handle = $('#djDebugToolbarHandle');
+ var handle = $('#djDebugToolbarHandle');
216
handle.show();
217
// set handle position
218
var handleTop = djdt.cookie.get('djdttop');
0 commit comments