mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Fix #849
This commit is contained in:
3
public/js/ff/transactions/list.js
vendored
3
public/js/ff/transactions/list.js
vendored
@@ -36,7 +36,7 @@ $(document).ready(function () {
|
||||
countChecked();
|
||||
}
|
||||
});
|
||||
$('.select_all_single').change(function () {
|
||||
$('.select_all_single').unbind('change').change(function () {
|
||||
countChecked();
|
||||
});
|
||||
|
||||
@@ -147,7 +147,6 @@ function stopMassSelect() {
|
||||
|
||||
function startMassSelect() {
|
||||
"use strict";
|
||||
|
||||
// show "select all" box in table header.
|
||||
$('.select_boxes').show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user