Refactoring

This commit is contained in:
Julia Radzhabova 2020-09-22 20:48:06 +03:00
parent f61c7bbbb7
commit 20954eedea

View file

@ -160,7 +160,7 @@ define([
labelText: this.textSeparate
}).on('change', _.bind(function(field, newValue, oldValue, eOpts){
var checked = field.getValue() === 'checked';
this.inputSeparator.setDisabled(checked);
this.inputSeparator.setDisabled(!checked);
}, this));
this.inputSeparator = new Common.UI.InputField({