[SSE] Fix Asc.c_oAscError.ID.EditingError
This commit is contained in:
parent
4ea39247ca
commit
bb4a5840a8
|
@ -1477,7 +1477,7 @@ define([
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($('.asc-window.modal.alert:visible').length < 1 && (id !== Asc.c_oAscError.ID.ForceSaveTimeout)) {
|
if (id == Asc.c_oAscError.ID.EditingError || $('.asc-window.modal.alert:visible').length < 1 && (id !== Asc.c_oAscError.ID.ForceSaveTimeout)) {
|
||||||
Common.UI.alert(config);
|
Common.UI.alert(config);
|
||||||
Common.component.Analytics.trackEvent('Internal Error', id.toString());
|
Common.component.Analytics.trackEvent('Internal Error', id.toString());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue