Skip to content

Commit

Permalink
#218 - Uncomment JS code to reload page on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Mar 12, 2019
1 parent 3614559 commit 33ae9b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Money.UI.Blazor/wwwroot/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function StartSignalR(url, token) {
alert('Underlaying connection to the server has closed. Reloading the page...');
}

//setTimeout(function () {
// window.location.reload();
//}, 2000);
setTimeout(function () {
window.location.reload();
}, 2000);
});
connection.start().then(function () {
isStarted = true;
Expand Down

0 comments on commit 33ae9b7

Please sign in to comment.