mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Make plugin download table sortable
This commit is contained in:
@@ -67,6 +67,7 @@ const buildTable = (chapters) => {
|
||||
filter: 'tr'
|
||||
});
|
||||
|
||||
$('#table table').tablesorter();
|
||||
$('#table').removeAttr('hidden');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user