diff --git a/module/group/js/manageview.js b/module/group/js/manageview.js index 22ecae8a78..5466b7e213 100644 --- a/module/group/js/manageview.js +++ b/module/group/js/manageview.js @@ -47,11 +47,4 @@ $(function() $('#' + id + 'ActionBox').closest('tr').find('td :checkbox').prop('checked', $(this).prop("checked")); } }) - - $('.pl-0px .table-form tbody > tr > td').each(function() - { - $(this).find('.action-item :checkbox').each(function() - { - }) - }) })