Rename variable.

This commit is contained in:
James Cole
2021-10-03 06:05:11 +02:00
parent 0a89af3c83
commit 1e0e5d0fe9
8 changed files with 16 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
var accountToTypes = {{ accountToTypes|json_encode|raw }};
var defaultCurrency = {{ defaultCurrency.toArray()|json_encode|raw }};
var cashAccountId = {{ cash.id }};
var previousUri = '{{ previousUri }}';
var previousUrl = '{{ previousUrl }}';
window.sourceId = {{ sourceId }};
window.destinationId = {{ destinationId }};
</script>

View File

@@ -17,7 +17,7 @@
var allowedSourceDests = {{ allowedSourceDests|json_encode|raw }};
var expectedSourceTypes = {{ expectedSourceTypes|json_encode|raw }};
var cashAccountId = {{ cash.id }};
var previousUri = '{{ previousUri }}';
var previousUrl = '{{ previousUrl }}';
</script>
{% endblock %}