Infinite spinner popup leads to frame attempting to reload and failing
This commit is contained in:
parent
f06683e949
commit
a60709ff73
@ -44,7 +44,7 @@ define([
|
|||||||
// inform the user their session is in a bad state
|
// inform the user their session is in a bad state
|
||||||
Cryptpad.confirm(Messages.realtime_unrecoverableError, function (yes) {
|
Cryptpad.confirm(Messages.realtime_unrecoverableError, function (yes) {
|
||||||
if (!yes) { return; }
|
if (!yes) { return; }
|
||||||
window.location.reload();
|
window.parent.location.reload();
|
||||||
});
|
});
|
||||||
common.infiniteSpinnerDetected = true;
|
common.infiniteSpinnerDetected = true;
|
||||||
}, 2000);
|
}, 2000);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user