From 36f75e01edf472194b43fed2c3a4e2a16203f654 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Mon, 31 May 2021 17:14:51 +0300 Subject: [PATCH] [PE mobile] Removed ignore format error --- apps/presentationeditor/mobile/src/controller/Error.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/presentationeditor/mobile/src/controller/Error.jsx b/apps/presentationeditor/mobile/src/controller/Error.jsx index a8cd9213ee..3012bb9d24 100644 --- a/apps/presentationeditor/mobile/src/controller/Error.jsx +++ b/apps/presentationeditor/mobile/src/controller/Error.jsx @@ -18,8 +18,6 @@ const ErrorController = inject('storeAppOptions')(({storeAppOptions, LoadingDocu }); const onError = (id, level, errData) => { - if (id === -82) return; // format error - if (id === Asc.c_oAscError.ID.LoadingScriptError) { f7.notification.create({ title: _t.criticalErrorTitle,