mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Move all layout files to a "v1" directory.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
var currencyInfo = [];
|
||||
{% for id, currency in currencies %}
|
||||
currencyInfo[{{ id }}] = {name: "{{ currency.name }}", symbol: "{{ currency.symbol }}", code: "{{ currency.code }}"};
|
||||
{% endfor %}
|
Reference in New Issue
Block a user