From 86c66d775e066836fcf45db2b79eaa0842d8581a Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 17 May 2020 16:49:22 -0700 Subject: [PATCH] Remove unused argument skipDebugWindow in hide_one_level() --- debug_toolbar/static/debug_toolbar/js/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/static/debug_toolbar/js/toolbar.js b/debug_toolbar/static/debug_toolbar/js/toolbar.js index 7f3ac0852..6cebab75e 100644 --- a/debug_toolbar/static/debug_toolbar/js/toolbar.js +++ b/debug_toolbar/static/debug_toolbar/js/toolbar.js @@ -254,7 +254,7 @@ }); } }, - hide_one_level: function(skipDebugWindow) { + hide_one_level: function() { if ($$.visible(djDebug.querySelector('#djDebugWindow'))) { $$.hide(djDebug.querySelector('#djDebugWindow')); } else if (djDebug.querySelector('#djDebugToolbar li.djdt-active')) {