add loading text

This commit is contained in:
Matt Walsh
2020-10-01 22:09:47 -05:00
parent 456af1b09a
commit 11c8d8b2b2
9 changed files with 50 additions and 22 deletions

View File

@@ -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();