|
|
@ -361,7 +361,7 @@ validateStep["policy-profile"] = function () {
|
|
|
|
if (wifiTypeUIElement.is("input:checkbox")) {
|
|
|
|
if (wifiTypeUIElement.is("input:checkbox")) {
|
|
|
|
wifiType = wifiTypeUIElement.is(":checked").toString();
|
|
|
|
wifiType = wifiTypeUIElement.is(":checked").toString();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (wifiType !== "none") {
|
|
|
|
if (wifiType != "none") {
|
|
|
|
if (!$("#wifi-password").val()) {
|
|
|
|
if (!$("#wifi-password").val()) {
|
|
|
|
validationStatus = {
|
|
|
|
validationStatus = {
|
|
|
|
"error": true,
|
|
|
|
"error": true,
|
|
|
|