From ce527e1c19f96bebb8c2a47db4a5817e04e63e4a Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 31 Jul 2018 12:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E9=94=80ipForm.jsp=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/cfg/common/ipForm.jsp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp index ad8fea640..4b271edf8 100644 --- a/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp @@ -46,18 +46,6 @@ $(function(){ } }); } - if('${specialProtocol}'&&'${specialProtocol}'=='ipsec'){ - alert(222); - $("[name='action']").on("change",function(){ - if($(this).is(":checked")){ - if($(this).val()==32){ - alert(111); - }else{ - - } - } - }); - } $("#ipCfgFrom").validate({ errorPlacement: function(error,element){ $(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error); @@ -278,7 +266,4 @@ $(function(){ - \ No newline at end of file