From 0f4793cbfcc5a6d7776e6bb7023197e241b41a39 Mon Sep 17 00:00:00 2001 From: duandongmei Date: Tue, 7 Aug 2018 10:13:13 +0800 Subject: [PATCH] =?UTF-8?q?isHexbin=E5=8D=81=E5=85=AD=E8=BF=9B=E5=88=B6?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index f9c42e8c0..5db1d2792 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -348,12 +348,12 @@ $(function(){ $("#protocolId").val($(this).attr("protocolId")); }); //选择hex cfgkeywords需校验十六进制 - $("select[name$='isHexbin']").each(function(){ + /*$("select[name$='isHexbin']").each(function(){ $(this).on("change",function(){ addHexCheck(this,$(this).val()); }); addHexCheck(this,$(this).val()); - }); + });*/ // 校验搜索条件里的时间选框,不允许起始时间晚于终止时间 $("#searchForm").validate({ rules:{