diff --git a/common/js/xml_js_filter.js b/common/js/xml_js_filter.js index 42af5f388..997163f28 100644 --- a/common/js/xml_js_filter.js +++ b/common/js/xml_js_filter.js @@ -145,9 +145,9 @@ var Validator = xe.createApp('Validator', { if(f['if']) { if(!$.isArray(f['if'])) f['if'] = [f['if']]; - for(i in f['if']) { + for(i=0;i