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:
parent
1ef067c7e9
commit
f844bbacda
2 changed files with 8 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue