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