Skip to content

Commit

Permalink
quick fix thesaurus editor
Browse files Browse the repository at this point in the history
  • Loading branch information
romfabbro committed Jan 16, 2017
1 parent eb815a9 commit baed55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define([

events: {
'hide': "hasChanged",
'change':'inputChange'
'changeEditor':'inputChange'
},
editable:false,

Expand Down Expand Up @@ -134,7 +134,7 @@ define([

onItemClick: function (options) {
var value = _this.$el.find('#' + _this.id + '_value').val();
_this.$el.find('input').trigger('change');
_this.$el.find('input').trigger('changeEditor');
_this.onEditValidation(value);
}
});
Expand Down

0 comments on commit baed55f

Please sign in to comment.