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

@@ -1,15 +1,6 @@
"use strict";
class SpellsSublistManager extends SublistManager {
constructor () {
super({
sublistClass: "subspells",
sublistListOptions: {
fnSort: PageFilterSpells.sortSpells,
},
});
}
static get _ROW_TEMPLATE () {
return [
new SublistCellTemplate({
@@ -223,7 +214,6 @@ class SpellsPage extends ListPageMultiSource {
super({
pageFilter: new PageFilterSpells(),
listClass: "spells",
listOptions: {
fnSort: PageFilterSpells.sortSpells,
},