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(){ -