Skip to content

Commit

Permalink
Fixed reload
Browse files Browse the repository at this point in the history
  • Loading branch information
SomajitDey committed Sep 21, 2024
1 parent 5f0348e commit 343e560
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,8 @@ function main() {
}

}

if (sessionStorage.getItem("server")) {
spaHide("login");
startWorker();
}

0 comments on commit 343e560

Please sign in to comment.