(ipsec) no ca selection for mschapv2, for https://github.com/opnsense/core/issues/1393

This commit is contained in:
Ad Schellevis 2017-02-11 01:47:46 +01:00
parent b3bad8d2c9
commit 71bc4cb39b

View File

@ -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();