Reload the page with Esc on timeout error

pull/1/head
yflory 2019-05-02 10:49:42 +02:00
parent cae0a24f78
commit 18d6e22043
1 changed files with 3 additions and 1 deletions

View File

@ -614,7 +614,9 @@ define([
});
ctx.sframeChan.on('EV_WORKER_TIMEOUT', function () {
UI.errorLoadingScreen(Messages.timeoutError);
UI.errorLoadingScreen(Messages.timeoutError, false, function () {
funcs.gotoURL('');
});
});
ctx.sframeChan.on('EV_CHROME_68', function () {