Add group delete feature to history table

* This helps to prevent accidental row deletes
This commit is contained in:
Jonathan Wong 2015-08-23 15:27:36 -07:00
parent 7eac521369
commit 7ba6d704cd
4 changed files with 70 additions and 22 deletions

View file

@ -271,7 +271,6 @@ $('#users_list_table').on('click', 'td.edit-control > .edit-user-toggles > butto
var row = users_list_table.row(tr);
var rowData = row.data();
//$(this).prop('disabled', true);
if ($(this).hasClass('active')) {
$(this).toggleClass('btn-warning').toggleClass('btn-danger');
} else {