tweak boot.js

This commit is contained in:
syuilo 2022-07-14 22:04:16 +09:00
parent 10f4815d34
commit f2e91f4d62

View file

@ -56,12 +56,14 @@
//#endregion
//#region Script
import(`/assets/${CLIENT_ENTRY}`)
.catch(async e => {
await checkUpdate();
console.error(e);
renderError('APP_IMPORT', e);
})
window.addEventListener('DOMContentLoaded', () => {
import(`/assets/${CLIENT_ENTRY}`)
.catch(async e => {
await checkUpdate();
console.error(e);
renderError('APP_IMPORT', e);
});
});
//#endregion
//#region Theme