1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Web: Show startup loading message

This commit is contained in:
Unrud 2020-01-16 04:39:22 +01:00
parent 1ef067c7e9
commit f844bbacda
2 changed files with 8 additions and 5 deletions

View file

@ -1142,6 +1142,8 @@ function CreateEditCollectionScene(user, password, collection) {
}
function main() {
// Hide startup loading message
document.getElementById("loadingscene").classList.add("hidden");
push_scene(new LoginScene(), false);
}