This commit is contained in:
Dmitry Vasilev
2022-11-26 01:25:31 +08:00
parent 77c1df54d4
commit e778589bcd
5 changed files with 34 additions and 5 deletions

View File

@@ -380,6 +380,8 @@
window.log = console.log
if(new URLSearchParams(window.location.search).get('leporello') == null) {
await import('./src/launch.js');
/*
const {init} = await import('./src/index.js');
(
document.readyState == 'complete'
@@ -390,6 +392,7 @@
).then(() => {
init(document.getElementById('app'))
})
*/
}
</script>
</head>