loadList shouldn't be awaited here
This commit is contained in:
parent
da9342180a
commit
d83f1c8e13
|
|
@ -1296,7 +1296,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||||
document.title = TheI18n.GetString(I18nStringKey.kGeneric_CollabVM);
|
document.title = TheI18n.GetString(I18nStringKey.kGeneric_CollabVM);
|
||||||
|
|
||||||
// Load all VMs
|
// Load all VMs
|
||||||
await loadList();
|
loadList();
|
||||||
|
|
||||||
// Welcome modal
|
// Welcome modal
|
||||||
let welcomeModal = new bootstrap.Modal(document.getElementById('welcomeModal') as HTMLDivElement);
|
let welcomeModal = new bootstrap.Modal(document.getElementById('welcomeModal') as HTMLDivElement);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user