Various/changes from 30th may requestsé

This commit is contained in:
2023-06-06 09:18:33 +02:00
parent cf4de99242
commit 0b0b74754f
18 changed files with 186 additions and 184 deletions

View File

@@ -53,7 +53,7 @@ export class Hero6RollDialog extends Dialog {
activateListeners(html) {
super.activateListeners(html);
var dialog = this;
let dialog = this;
function onLoad() {
}
$(function () { onLoad(); });