mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix identation from 7105d34
This commit is contained in:
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
|
// do nothing if line is already in target state
|
||||||
if (check.prop('checked') === doCheck )
|
if (check.prop('checked') === doCheck )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
check.prop('checked', doCheck);
|
check.prop('checked', doCheck);
|
||||||
// if checked, add to selected amount
|
// if checked, add to selected amount
|
||||||
|
Reference in New Issue
Block a user