mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-06 05:30:12 -06:00
Correctly try to sort all the tables possible
This commit is contained in:
committed by
Ievgen Voloshchuk
parent
9c1d859cfd
commit
ddeaa2b958
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user