From addfb343b0a8432e33b71cb63150cf55b00ae06f Mon Sep 17 00:00:00 2001 From: Ievgen Voloshchuk Date: Tue, 17 Apr 2012 09:54:40 +0200 Subject: [PATCH] let's use tabs if all file use them --- flask_debugtoolbar/static/js/toolbar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')) {