Reload the page with Esc on timeout error
This commit is contained in:
@@ -614,7 +614,9 @@ define([
|
|||||||
});
|
});
|
||||||
|
|
||||||
ctx.sframeChan.on('EV_WORKER_TIMEOUT', function () {
|
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 () {
|
ctx.sframeChan.on('EV_CHROME_68', function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user