mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.209.0
This commit is contained in:
@@ -67,8 +67,6 @@ class RecipesPage extends ListPage {
|
||||
|
||||
dataProps: ["recipe"],
|
||||
|
||||
isMarkdownPopout: true,
|
||||
|
||||
listSyntax: new ListSyntaxRecipes({fnGetDataList: () => this._dataList, pFnGetFluff}),
|
||||
});
|
||||
}
|
||||
@@ -85,7 +83,7 @@ class RecipesPage extends ListPage {
|
||||
eleLi.innerHTML = `<a href="#${hash}" class="lst--border lst__row-inner">
|
||||
<span class="ve-col-6 bold pl-0">${ent.name}</span>
|
||||
<span class="ve-col-4 ve-text-center">${ent.type || "\u2014"}</span>
|
||||
<span class="ve-col-2 ve-text-center ${Parser.sourceJsonToColor(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
|
||||
<span class="ve-col-2 ve-text-center ${Parser.sourceJsonToSourceClassname(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
|
||||
</a>`;
|
||||
|
||||
const listItem = new ListItem(
|
||||
|
||||
Reference in New Issue
Block a user