add loading text
This commit is contained in:
parent
456af1b09a
commit
11c8d8b2b2
9 changed files with 50 additions and 22 deletions
|
|
@ -86,6 +86,7 @@ const navigation = (() => {
|
|||
|
||||
// draw the progress canvas and hide others
|
||||
hideAllCanvases();
|
||||
document.getElementById('loading').style.display = 'none';
|
||||
progress = new Progress(-1,'progress');
|
||||
await progress.drawCanvas();
|
||||
progress.showCanvas();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue