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