|
|
@ -121,7 +121,7 @@ $.fn.datatables_extended_serverside_paging = function (settings , url, dataFilte
|
|
|
|
$("#operation-bar").removeClass("hidden");
|
|
|
|
$("#operation-bar").removeClass("hidden");
|
|
|
|
//noinspection JSUnresolvedFunction
|
|
|
|
//noinspection JSUnresolvedFunction
|
|
|
|
if (deviceType && ownership) {
|
|
|
|
if (deviceType && ownership) {
|
|
|
|
loadOperationBar(deviceType, ownership);
|
|
|
|
loadOperationBar(deviceType, ownership, operationBarModeConstants.BULK);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -136,7 +136,7 @@ $.fn.datatables_extended_serverside_paging = function (settings , url, dataFilte
|
|
|
|
$("#operation-bar").removeClass("hidden");
|
|
|
|
$("#operation-bar").removeClass("hidden");
|
|
|
|
//noinspection JSUnresolvedFunction
|
|
|
|
//noinspection JSUnresolvedFunction
|
|
|
|
if (deviceType && ownership) {
|
|
|
|
if (deviceType && ownership) {
|
|
|
|
loadOperationBar(deviceType, ownership);
|
|
|
|
loadOperationBar(deviceType, ownership, operationBarModeConstants.BULK);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|