Fixing type check in device view

merge-requests/1/head
kamidu 8 years ago
parent 68840eae94
commit 85e1241feb

@ -311,7 +311,7 @@ var InitiateViewOption = null;
$(document).ready(function () { $(document).ready(function () {
$(".device-detail-body").removeClass("hidden"); $(".device-detail-body").removeClass("hidden");
$("#loading-content").remove(); $("#loading-content").remove();
if ($("#tabs").data("status") !=== false) { if ($("#tabs").data("status") !== false) {
loadOperationBar(deviceType, ownership, operationBarModeConstants.SINGLE); loadOperationBar(deviceType, ownership, operationBarModeConstants.SINGLE);
} }
loadOperationsLog(false); loadOperationsLog(false);

Loading…
Cancel
Save