mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Reformatting code
This commit is contained in:
parent
4c54ba434a
commit
51d6baf1d2
@ -365,7 +365,8 @@ validateStep["policy-profile"] = function () {
|
||||
if (!$("#wifi-password").val()) {
|
||||
validationStatus = {
|
||||
"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
|
||||
};
|
||||
continueToCheckNextInputs = false;
|
||||
|
||||
@ -392,7 +392,8 @@ validateStep["policy-profile"] = function () {
|
||||
if (!$("#wifi-password").val()) {
|
||||
validationStatus = {
|
||||
"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
|
||||
};
|
||||
continueToCheckNextInputs = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user