This commit is contained in:
TheGiddyLimit
2024-01-06 14:47:30 +00:00
parent 0a4253c9f0
commit e3bf75f42a
48 changed files with 14038 additions and 524 deletions

View File

@@ -29,6 +29,9 @@ class LootGenPage {
this._lootGenUi.addHookAll("state", () => savedStateDebounced());
this._lootGenUi.addHookAll("meta", () => savedStateDebounced());
$(`#wrp-loading`).remove();
$(`#wrp-content`).showVe();
window.dispatchEvent(new Event("toolsLoaded"));
}