Make plugin download table sortable

This commit is contained in:
Alex Ling
2020-07-25 07:20:22 +00:00
parent 8694b4beaf
commit 37c5911a23
2 changed files with 3 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ const buildTable = (chapters) => {
filter: 'tr'
});
$('#table table').tablesorter();
$('#table').removeAttr('hidden');
};