* remove console.log for search module.

This commit is contained in:
chenfeiCF
2016-03-24 13:35:45 +08:00
parent 3430178900
commit c338e0277a
-1
View File
@@ -142,7 +142,6 @@ function setField(obj, fieldNO, moduleparams)
{
var params = moduleparams;
var fieldName = $(obj).val();
console.log(fieldName);
$(obj).closest('form').find('#operator' + fieldNO).val(params[fieldName]['operator']); // Set the operator according the param setting.
$(obj).closest('form').find('#valueBox' + fieldNO).html($(obj).closest('form').find('#box' + fieldName).children().clone());
$(obj).closest('form').find('#valueBox' + fieldNO).children().attr({name : 'value' + fieldNO, id : 'value' + fieldNO});