fix previous

This commit is contained in:
Ad Schellevis 2016-06-27 17:16:34 +02:00
parent 3cc02b0974
commit ec533835e1

View File

@ -456,7 +456,7 @@ include("head.inc");
$(".auth_eap_tls").show();
break;
case 'pre_shared_key':
if ($("#mobile") == undefined) {
if ($("#mobile").val() == undefined) {
$(".auth_psk").show();
}
break;