diff --git a/flask_debugtoolbar/static/js/toolbar.js b/flask_debugtoolbar/static/js/toolbar.js index a73b954..939e3c5 100644 --- a/flask_debugtoolbar/static/js/toolbar.js +++ b/flask_debugtoolbar/static/js/toolbar.js @@ -108,9 +108,9 @@ } else { fldt.show_toolbar(false); } - $('#flDebug table.tablesorter').each(function(index, table) { - $(table).tablesorter(); - }); + $('#flDebug table.tablesorter').each(function(index, table) { + $(table).tablesorter(); + }); }, toggle_content: function(elem) { if (elem.is(':visible')) {