mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix XDR error
This commit is contained in:
parent
80574d436b
commit
3181db155e
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user