mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
WIP
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user