kopia lustrzana https://github.com/c9/core
rodzic
7d600d1d78
commit
4728c8e243
|
@ -251,6 +251,9 @@ define(function(require, exports, module) {
|
||||||
});
|
});
|
||||||
case "reload":
|
case "reload":
|
||||||
lastError = showError(err.message + ". Please reload this window.", -1);
|
lastError = showError(err.message + ". Please reload this window.", -1);
|
||||||
|
setTimeout(function() {
|
||||||
|
window.location.reload();
|
||||||
|
}, 5 * 60 * 1000);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
lastError = showError(err, -1);
|
lastError = showError(err, -1);
|
||||||
|
|
Ładowanie…
Reference in New Issue