This commit is contained in:
TheGiddyLimit
2024-03-24 23:47:02 +00:00
parent 84065a027d
commit 12f34a38f8
153 changed files with 90818 additions and 1900 deletions

View File

@@ -3,7 +3,6 @@
class TablesSublistManager extends SublistManager {
constructor () {
super({
sublistClass: "subtablesdata",
sublistListOptions: {
sortByInitial: "sortName",
},
@@ -55,7 +54,6 @@ class TablesPage extends ListPage {
pageFilter,
listClass: "tablesdata",
listOptions: {
sortByInitial: "sortName",
},