Removed extra console logs and unused variable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e83a062eda
commit
89f45d3d05
1 changed files with 0 additions and 6 deletions
|
@ -145,12 +145,6 @@
|
||||||
|
|
||||||
var buttonName = $(this).data('bulk-button-id');
|
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) {
|
if ($(this).bootstrapTable('getSelections').length == 0) {
|
||||||
$(buttonName).attr('disabled', 'disabled');
|
$(buttonName).attr('disabled', 'disabled');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue