mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.202.0
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
class RecipesSublistManager extends SublistManager {
|
||||
constructor () {
|
||||
super({
|
||||
sublistClass: "subrecipes",
|
||||
});
|
||||
}
|
||||
|
||||
_getCustomHashId ({entity}) {
|
||||
return Renderer.recipe.getCustomHashId(entity);
|
||||
}
|
||||
@@ -71,8 +65,6 @@ class RecipesPage extends ListPage {
|
||||
|
||||
pageFilter,
|
||||
|
||||
listClass: "recipes",
|
||||
|
||||
dataProps: ["recipe"],
|
||||
|
||||
isMarkdownPopout: true,
|
||||
|
||||
Reference in New Issue
Block a user