2
0
mirror of https://github.com/esiur/iui.git synced 2025-12-14 02:20:25 +00:00
This commit is contained in:
2023-01-11 17:05:22 +03:00
parent 811152f867
commit 1294b0f413
3 changed files with 13 additions and 10 deletions

View File

@@ -57,8 +57,7 @@ window.addEventListener("afterprint", e => {
window.addEventListener("load", async function () {
await IUI.create(document.body);
await IUI.created(document.body);
console.log("IUI.create()");
});
window.iui = iui;