Initial import

This commit is contained in:
2023-12-11 22:44:06 +01:00
parent c33b758ddd
commit f142b8f6cd
9 changed files with 112 additions and 524 deletions

View File

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