mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Replace uri with url
This commit is contained in:
@@ -7,7 +7,7 @@ var ranges = {};
|
||||
// date range meta configuration
|
||||
var dateRangeMeta = {
|
||||
title: "{{ dateRangeTitle }}",
|
||||
uri: "{{ route('daterange') }}",
|
||||
url: "{{ route('daterange') }}",
|
||||
labels: {
|
||||
apply: "{{ 'apply'|_ }}",
|
||||
cancel: "{{ 'cancel'|_ }}",
|
||||
|
Reference in New Issue
Block a user