From d12973f2bf944047d9d34b0146e6078eb714b3cb Mon Sep 17 00:00:00 2001 From: wangwei Date: Tue, 25 Jun 2019 09:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E6=96=B0=E8=AF=81=E4=B9=A6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8E=BB=E9=99=A4=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/cfg/intercept/strateagy/trustedCertForm.jsp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/trustedCertForm.jsp b/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/trustedCertForm.jsp index 006acc065..604bc575b 100644 --- a/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/trustedCertForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/trustedCertForm.jsp @@ -10,7 +10,7 @@ $(function(){ }); $("#certFileI").on('change', function() { $("#certFileInfo").val($("#certFileI").val()); - certFileValidate(); + /* certFileValidate(); */ }); $("#cfgFrom").validate({ @@ -24,12 +24,12 @@ $(function(){ submitHandler: function(form){ var certFile = $("#certFileInfo").val(); - if(certFile!=''){ + /* if(certFile!=''){ if(!certFileValidate()){ return false; } - } + } */ certFile=$("#certFileInfo").val(); if((certFile==null || certFile=="")){ $("div[for='certFileI']").append(""); @@ -196,7 +196,6 @@ function certFileValidate(){ -