mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix identation from 7105d34
This commit is contained in:
parent
7105d34fb3
commit
e93292d98c
2
public/v1/js/ff/accounts/reconcile.js
vendored
2
public/v1/js/ff/accounts/reconcile.js
vendored
@ -92,7 +92,7 @@ function selectAllReconcile(e) {
|
||||
|
||||
// do nothing if line is already in target state
|
||||
if (check.prop('checked') === doCheck )
|
||||
return;
|
||||
return;
|
||||
|
||||
check.prop('checked', doCheck);
|
||||
// if checked, add to selected amount
|
||||
|
Loading…
Reference in New Issue
Block a user