mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changed code structuring.
This commit is contained in:
parent
13b3f0999d
commit
9a4807b069
@ -323,13 +323,11 @@ $.fn.datatables_extended_serverside_paging = function (settings, url, dataFilter
|
||||
$('body').on('click', '[data-type=selectable]', function () {
|
||||
var rowSelectedClass = 'DTTT_selected selected';
|
||||
$(this).toggleClass(rowSelectedClass);
|
||||
|
||||
if($('.table-selectable .DTTT_selected').length > 0){
|
||||
if ($('.table-selectable .DTTT_selected').length > 0) {
|
||||
$('.bulk-action-row').removeClass('hidden');
|
||||
}else{
|
||||
} else {
|
||||
$('.bulk-action-row').addClass('hidden');
|
||||
}
|
||||
|
||||
var button = this,
|
||||
thisTable = $(this).closest('.dataTables_wrapper').find('.dataTable').dataTable();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user