mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-06 05:30:12 -06:00
let's use tabs if all file use them
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user