Infinite spinner popup leads to frame attempting to reload and failing

pull/1/head
Caleb James DeLisle 7 years ago
parent f06683e949
commit a60709ff73

@ -44,7 +44,7 @@ define([
// inform the user their session is in a bad state
Cryptpad.confirm(Messages.realtime_unrecoverableError, function (yes) {
if (!yes) { return; }
window.location.reload();
window.parent.location.reload();
});
common.infiniteSpinnerDetected = true;
}, 2000);

Loading…
Cancel
Save