Skip to content

Commit

Permalink
Fixed a little bug when refreshing on the user-page the loading-scree…
Browse files Browse the repository at this point in the history
…n wouldn't stop.
  • Loading branch information
florisweb committed Mar 6, 2021
1 parent 408d94a commit 4f64bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function _app() {
case "settings": MainContent.settingsPage.open(MainContent.curProjectId); break;
default: MainContent.taskPage.reopenCurTab(); break;
}
MainContent.stopLoadingAnimation();
}


Expand Down

0 comments on commit 4f64bb4

Please # to comment.