mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
d43f6c7079
@ -311,7 +311,7 @@ var InitiateViewOption = null;
|
||||
$(document).ready(function () {
|
||||
$(".device-detail-body").removeClass("hidden");
|
||||
$("#loading-content").remove();
|
||||
if ($("#tabs").data("status") !=== false) {
|
||||
if ($("#tabs").data("status") !== false) {
|
||||
loadOperationBar(deviceType, ownership, operationBarModeConstants.SINGLE);
|
||||
}
|
||||
loadOperationsLog(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user