mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Removed extra console logs and unused variable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e83a062eda
commit
89f45d3d05
|
@ -145,12 +145,6 @@
|
|||
|
||||
var buttonName = $(this).data('bulk-button-id');
|
||||
|
||||
console.log('Something was unchecked');
|
||||
console.log($(this).bootstrapTable('getSelections').length);
|
||||
console.log(buttonName);
|
||||
|
||||
var formName = $(this).data('id');
|
||||
|
||||
if ($(this).bootstrapTable('getSelections').length == 0) {
|
||||
$(buttonName).attr('disabled', 'disabled');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue