Refactoring
This commit is contained in:
parent
217c96714e
commit
e8359bea7a
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue