mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Move all layout files to a "v1" directory.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
var accountInfo = [];
|
||||
{% for id, account in accounts %}
|
||||
accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency }}, name: "{{ account.name }}"};
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user