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:
@@ -25,8 +25,6 @@ export class PageGeneratorBase {
|
||||
}
|
||||
|
||||
_registerPartials () {
|
||||
this._registerPartial({ident: "overlayNoise", filename: "misc/template-overlay-noise.hbs"});
|
||||
|
||||
this._registerPartial({ident: "head", filename: "head/template-head.hbs"});
|
||||
|
||||
this._registerPartial({ident: "adRhs", filename: "ad/template-ad-rhs.hbs"});
|
||||
@@ -40,6 +38,8 @@ export class PageGeneratorBase {
|
||||
this._registerPartial({ident: "scripts", filename: "scripts/template-scripts.hbs"});
|
||||
|
||||
this._registerPartial({ident: "blank", filename: "misc/template-blank.hbs"});
|
||||
this._registerPartial({ident: "btngroupManager", filename: "misc/template-btngroup-manager.hbs"});
|
||||
this._registerPartial({ident: "overlayNoise", filename: "misc/template-overlay-noise.hbs"});
|
||||
}
|
||||
|
||||
getPage () { return this._page; }
|
||||
@@ -292,8 +292,4 @@ export class PageGeneratorManagerBase extends PageGeneratorGeneric {
|
||||
_scriptsUtilsAdditional = [
|
||||
"utils-list.js",
|
||||
];
|
||||
|
||||
_scriptsModules = [
|
||||
"manageexternal/manageexternal-utils.js",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user