mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Update the ranges to reflect the current dates.
This commit is contained in:
@@ -132,6 +132,9 @@
|
||||
var dateRangeURL = "{{route('daterange')}}";
|
||||
var token = "{{csrf_token()}}";
|
||||
var firstDate = moment("{{Session::get('first')->format('Y-m-d')}}");
|
||||
var currentMonthName = "{{$currentMonthName}}";
|
||||
var previousMonthName = "{{$previousMonthName}}";
|
||||
var nextMonthName = "{{$nextMonthName}}";
|
||||
$('#daterange span').text(titleString);
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user