Reformatting code

This commit is contained in:
Megala 2016-10-06 11:48:23 +05:30
parent 4c54ba434a
commit 51d6baf1d2
2 changed files with 4 additions and 2 deletions

View File

@ -365,7 +365,8 @@ validateStep["policy-profile"] = function () {
if (!$("#wifi-password").val()) { if (!$("#wifi-password").val()) {
validationStatus = { validationStatus = {
"error": true, "error": true,
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". Please provide a password to proceed.", "subErrorMsg": "Password is required for the wifi security type " + wifiType + ". " +
"Please provide a password to proceed.",
"erroneousFeature": operation "erroneousFeature": operation
}; };
continueToCheckNextInputs = false; continueToCheckNextInputs = false;

View File

@ -392,7 +392,8 @@ validateStep["policy-profile"] = function () {
if (!$("#wifi-password").val()) { if (!$("#wifi-password").val()) {
validationStatus = { validationStatus = {
"error": true, "error": true,
"subErrorMsg": "Password is required for the wifi security type " + wifiType + ". Please provide a password to proceed.", "subErrorMsg": "Password is required for the wifi security type " + wifiType + ". Please " +
"provide a password to proceed.",
"erroneousFeature": operation "erroneousFeature": operation
}; };
continueToCheckNextInputs = false; continueToCheckNextInputs = false;