Unified SignalR disconnected/error dialogs
Dialogs (with a refresh option) appear whenever the SignalR client disconnects or encounters an error. Nonsensical error messages replaced. Page refresh technique changed to allow for urls containing fragment hashes.
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
}
|
||||
|
||||
window.setTimeout(function () {
|
||||
window.location.href = window.location.href;
|
||||
window.location.reload(true);
|
||||
}, 10000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user