Fixing type check in device view

revert-dabc3590
kamidu 8 years ago
parent 68840eae94
commit 85e1241feb

@ -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…
Cancel
Save