[SSE] Fix Bug 50788

This commit is contained in:
Julia Radzhabova 2021-06-18 13:50:43 +03:00
parent aa83274afc
commit b713a7fe09

View file

@ -1739,7 +1739,7 @@ define([
} }
if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1) if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
Common.UI.alert(config).$window.attr('data-value', id); setTimeout(function() {Common.UI.alert(config).$window.attr('data-value', id);}, 1);
(id!==undefined) && Common.component.Analytics.trackEvent('Internal Error', id.toString()); (id!==undefined) && Common.component.Analytics.trackEvent('Internal Error', id.toString());
}, },