"Typo" in JS

This commit is contained in:
Niko 2022-02-11 18:24:31 +01:00
parent 817837c046
commit bca16a4784
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ window.onload = function(e) {
app.script('pages.meet', function(ok) {
if (!ok) return;
app.pages.meet.load(args);
})
});
}});
}