From baed55f2dbd3d38f56dbb8a119de482cabad2ea4 Mon Sep 17 00:00:00 2001 From: romfabbro Date: Mon, 16 Jan 2017 13:39:56 +0100 Subject: [PATCH] quick fix thesaurus editor --- Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js b/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js index eceef6f4b..789c26cc8 100644 --- a/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js +++ b/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js @@ -29,7 +29,7 @@ define([ events: { 'hide': "hasChanged", - 'change':'inputChange' + 'changeEditor':'inputChange' }, editable:false, @@ -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); } });