mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix view after upgrade to Laravel 5.2
This commit is contained in:
parent
4b00db7662
commit
c7b47b4453
@ -131,7 +131,7 @@
|
||||
{% block scripts %}
|
||||
<script type="text/javascript">
|
||||
|
||||
var reportURL = "{{ route('reports.report', ['']) }}";
|
||||
var reportURL = "{{ route('reports.report', ['','','','']) }}";
|
||||
var minDate = "{{ start.format('m/d/Y') }}";
|
||||
var picker;
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user