Fix XDR error

pull/1/head
yflory 2020-11-19 10:46:42 +01:00 committed by ansuz
parent 1aa790e02d
commit 99ef72a6fd
1 changed files with 5 additions and 0 deletions

View File

@ -980,6 +980,11 @@ define([
setTimeout(cb, 750);
};
UI.errorLoadingScreen = function (error, transparent, exitable) {
if (error === 'Error: XDR encoding failure') {
console.warn(err);
return;
}
var $loading = $('#' + LOADING);
if (!$loading.is(':visible') || $loading.hasClass('cp-loading-hidden')) {
UI.addLoadingScreen();