diff --git a/o2web/source/x_component_process_Xform/Org.js b/o2web/source/x_component_process_Xform/Org.js index 15e3a17e07ee15965f918cafc4f77385314c615e..c2037d4ed67483cd0c5d4f2497dad967e9f62675 100644 --- a/o2web/source/x_component_process_Xform/Org.js +++ b/o2web/source/x_component_process_Xform/Org.js @@ -873,7 +873,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg = new Class({ }else if (values.length || oldValues.length) { change = true; } - if (change) this.fireEvent("change"); + // if (change) this.fireEvent("change"); }, setData: function(value){ if (!value) return false;