Various code cleanup

This commit is contained in:
James Cole
2018-07-20 14:35:09 +02:00
parent 44fb307da4
commit 2d66a9212f
4 changed files with 42 additions and 29 deletions

View File

@@ -223,7 +223,7 @@
var transactionType = "{{ preFilled.transaction_type }}";
var suggestUri = "{{ route('recurring.suggest') }}";
var eventsUri = "{{ route('recurring.events') }}";
var currentRepetitionType = "{{ currentRepetitionType }}";
var currentRepType = "{{ currentRepType }}";
</script>
<script type="text/javascript" src="js/ff/recurring/edit.js?v={{ FF_VERSION }}"></script>
{% endblock %}