mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Removed console debugging messages
This commit is contained in:
parent
cddd3cdb81
commit
85d5b75de6
|
@ -70,7 +70,6 @@ $('.snipe-table').bootstrapTable({
|
|||
});
|
||||
|
||||
$('.snipe-table').on('uncheck.bs.table', function () {
|
||||
console.log($('.snipe-table').bootstrapTable('getSelections').length);
|
||||
if ($('.snipe-table').bootstrapTable('getSelections').length == 0) {
|
||||
$('#bulkEdit').attr('disabled', 'disabled');
|
||||
}
|
||||
|
@ -171,7 +170,6 @@ $('.snipe-table').bootstrapTable({
|
|||
}
|
||||
|
||||
function imageFormatter(value, row) {
|
||||
console.log(value);
|
||||
if (value) {
|
||||
return '<img src="' + value + '" height="50" width="50">';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue