Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into theme-migration

revert-70aa11f8
Imesh Chandrasiri 8 years ago
commit 5e7d3a00ad

@ -124,7 +124,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);
} }
} }
} }
@ -139,7 +139,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);
} }
} }
} }

Loading…
Cancel
Save