Correctly try to sort all the tables possible

This commit is contained in:
Andrii Mishkovskyi
2012-04-04 15:16:07 +02:00
committed by Ievgen Voloshchuk
parent 9c1d859cfd
commit ddeaa2b958

View File

@@ -108,9 +108,8 @@
} else {
fldt.show_toolbar(false);
}
if ($("#debug_toolbar_profiler_table")) {
$("#debug_toolbar_profiler_table").tablesorter();
}
$('.tablesorter').each(function(index, table) {
$(table).tablesorter();});
},
toggle_content: function(elem) {
if (elem.is(':visible')) {