diff --git a/src/www/vpn_ipsec_phase1.php b/src/www/vpn_ipsec_phase1.php index e06815744..bcf8fc7c5 100644 --- a/src/www/vpn_ipsec_phase1.php +++ b/src/www/vpn_ipsec_phase1.php @@ -469,8 +469,6 @@ include("head.inc"); case 'eap-mschapv2': $(".auth_eap_tls").show(); $(".auth_eap_tls :input").prop( "disabled", false ); - $(".auth_eap_tls_caref").show(); - $(".auth_eap_tls_caref :input").prop( "disabled", false ); break; case 'eap-radius': $(".auth_eap_tls").show();