This commit is contained in:
Jan Prochazka
2021-03-27 08:48:59 +01:00
parent 3f8ff91e2c
commit 218478c128
3 changed files with 20 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ window.onunhandledrejection = async e => {
window.location.reload();
}
} else {
if (window.confirm('Sorry, DbGate has crashed.\nPress OK for reload application')) {
if (window.confirm('Sorry, DbGate has crashed.\nPress OK for reload application\nPress Cancel and inspect Console in Developer tools for error details')) {
localStorage.setItem('lastDbGateCrash', JSON.stringify(new Date().getTime()));
window.location.reload();
}