From c338e0277ac6a58fb4a8f4a06dc79a4e025a11fc Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Thu, 24 Mar 2016 13:35:45 +0800 Subject: [PATCH] * remove console.log for search module. --- module/search/view/buildform.html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index 28f3f22733..b66e5ba323 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -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});