let's use tabs if all file use them

This commit is contained in:
Ievgen Voloshchuk
2012-04-17 09:54:40 +02:00
parent 11cb1daadf
commit addfb343b0

View File

@@ -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')) {