Infinite spinner popup leads to frame attempting to reload and failing

This commit is contained in:
Caleb James DeLisle 2017-08-30 19:23:01 +02:00
parent f06683e949
commit a60709ff73

View File

@ -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);