Refactoring

This commit is contained in:
Julia Radzhabova 2021-01-26 19:41:51 +03:00
parent 217c96714e
commit e8359bea7a

View file

@ -1486,7 +1486,7 @@ define([
api: me.api,
langId: value,
handler: function (result, settings) {
if (me && me.api) {
if (me && me.api && result=='ok') {
me.api.asc_setCF(settings);
}
}