mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Fix views for #1000
This commit is contained in:
2
public/js/ff/transactions/list.js
vendored
2
public/js/ff/transactions/list.js
vendored
@@ -147,7 +147,7 @@ function countChecked() {
|
||||
$('.mass_delete span').text(delete_selected_txt + ' (' + checked + ')');
|
||||
|
||||
// get amount for the transactions:
|
||||
getAmounts();
|
||||
//getAmounts();
|
||||
|
||||
$('.mass_button_options').show();
|
||||
|
||||
|
Reference in New Issue
Block a user