mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Switch the button
This commit is contained in:
parent
5291f485ac
commit
79951453cd
@ -318,7 +318,7 @@
|
|||||||
url = '{{ route('api.v1.data.purge') }}';
|
url = '{{ route('api.v1.data.purge') }}';
|
||||||
}
|
}
|
||||||
if (link.data('type') === 'unused_accounts') {
|
if (link.data('type') === 'unused_accounts') {
|
||||||
url = deleteAPIRoute + '?objects=accounts&unused=true';
|
url = deleteAPIRoute + '?objects=not_assets_liabilities&unused=true';
|
||||||
}
|
}
|
||||||
|
|
||||||
// replace icon with loading thing
|
// replace icon with loading thing
|
||||||
|
Loading…
Reference in New Issue
Block a user