This commit is contained in:
Matt C 2026-02-08 23:10:15 -05:00
parent eae6d2d5f0
commit af1e0aee34
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,7 @@ class App {
this.buildCategoryList(); this.buildCategoryList();
this.setCompileMessage(); this.setCompileMessage();
this.buildUI(); this.buildUI();
this.manager.setup(); this.manager.setup();
this.manager.output.saveBombe(); this.manager.output.saveBombe();
this.uriParams = this.getURIParams(); this.uriParams = this.getURIParams();

View File

@ -361,7 +361,6 @@ class RecipeWaiter {
* @param {Event} e * @param {Event} e
*/ */
opAdd(e) { opAdd(e) {
console.log(e);
log.debug(`'${e.target.querySelector("li").getAttribute("data-name")}' added to recipe`); log.debug(`'${e.target.querySelector("li").getAttribute("data-name")}' added to recipe`);
this.triggerArgEvents(e.target); this.triggerArgEvents(e.target);
window.dispatchEvent(this.manager.statechange); window.dispatchEvent(this.manager.statechange);