added a progress screen for setup of a new document

This commit is contained in:
zadam
2020-03-26 17:47:56 +01:00
parent c4e5b35187
commit 5a6ab68144
2 changed files with 57 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ function SetupModel() {
return;
}
this.step('new-document-in-progress');
// not using server.js because it loads too many dependencies
$.post('api/setup/new-document', {
username: username,