Commit ec533835 authored by Ad Schellevis's avatar Ad Schellevis

fix previous

parent 3cc02b09
...@@ -456,7 +456,7 @@ include("head.inc"); ...@@ -456,7 +456,7 @@ include("head.inc");
$(".auth_eap_tls").show(); $(".auth_eap_tls").show();
break; break;
case 'pre_shared_key': case 'pre_shared_key':
if ($("#mobile") == undefined) { if ($("#mobile").val() == undefined) {
$(".auth_psk").show(); $(".auth_psk").show();
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment