Use existing key for empty chainpad error

pull/1/head
David Benqué 4 years ago
parent 20cecbcfa2
commit 0deaa428a5

@ -470,8 +470,9 @@ define([
var noCache = false; // Prevent reload loops var noCache = false; // Prevent reload loops
var onCorruptedCache = function () { var onCorruptedCache = function () {
if (noCache) { if (noCache) {
// XXX translation key UI.errorLoadingScreen(Messages.unableToDisplay, false, function () {
return UI.errorLoadingScreen("Reload loop: empty chainpad for a non-empty channel"); common.gotoURL('');
});
} }
noCache = true; noCache = true;
var sframeChan = common.getSframeChannel(); var sframeChan = common.getSframeChannel();

Loading…
Cancel
Save