mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix incorrect spacing - AFW COSU
This commit is contained in:
parent
387df0086f
commit
af4fdb0fdc
@ -80,9 +80,9 @@ var operationModule = function () {
|
|||||||
"AUTO_TIME" : "AUTO_TIME",
|
"AUTO_TIME" : "AUTO_TIME",
|
||||||
"SET_SCREEN_CAPTURE_DISABLED" : "SET_SCREEN_CAPTURE_DISABLED",
|
"SET_SCREEN_CAPTURE_DISABLED" : "SET_SCREEN_CAPTURE_DISABLED",
|
||||||
"SET_STATUS_BAR_DISABLED" : "SET_STATUS_BAR_DISABLED",
|
"SET_STATUS_BAR_DISABLED" : "SET_STATUS_BAR_DISABLED",
|
||||||
"APPLICATION_OPERATION_CODE":"APP-RESTRICTION",
|
"APPLICATION_OPERATION_CODE" : "APP-RESTRICTION",
|
||||||
"SYSTEM_UPDATE_POLICY_CODE": "SYSTEM_UPDATE_POLICY",
|
"SYSTEM_UPDATE_POLICY_CODE" : "SYSTEM_UPDATE_POLICY",
|
||||||
"KIOSK_APPS_CODE": "KIOSK_APPS"
|
"KIOSK_APPS_CODE" : "KIOSK_APPS"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Constants to define Windows Operation Constants
|
// Constants to define Windows Operation Constants
|
||||||
|
|||||||
@ -2550,7 +2550,7 @@ var slideDownPaneAgainstValueSetForRadioButtons = function (selectElement, paneI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
var paneSelector = "#" + paneID;
|
var paneSelector = "#" + paneID;
|
||||||
if(slideDownVotes > 0) {
|
if (slideDownVotes > 0) {
|
||||||
$(paneSelector).removeClass("hidden");
|
$(paneSelector).removeClass("hidden");
|
||||||
} else {
|
} else {
|
||||||
$(paneSelector).addClass("hidden");
|
$(paneSelector).addClass("hidden");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user