Skip to content

Commit 79bfc57

Browse files
committed
Make jshint happy.
1 parent 39f14ac commit 79bfc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug_toolbar/static/debug_toolbar/js/toolbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@
213213
$('#djDebugToolbar li').removeClass('djdt-active');
214214
// finally close toolbar
215215
$('#djDebugToolbar').hide('fast');
216-
handle = $('#djDebugToolbarHandle')
216+
handle = $('#djDebugToolbarHandle');
217217
handle.show();
218218
// set handle position
219219
var handleTop = djdt.cookie.get('djdttop');
220220
if (handleTop) {
221-
handleTop = Math.min(handleTop, window.innerHeight - handle.outerHeight() - 10)
221+
handleTop = Math.min(handleTop, window.innerHeight - handle.outerHeight() - 10);
222222
handle.css({top: handleTop + 'px'});
223223
}
224224
// Unbind keydown

0 commit comments

Comments
 (0)