mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Fix for #1028
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
|
|
||||||
<!-- render vertical line with text "today" -->
|
<!-- render vertical line with text "today" -->
|
||||||
{% if start.lte(today) and end.gte(today) %}
|
{% if start.lte(today) and end.gte(today) %}
|
||||||
var today = {{ today.day }};
|
var today = {{ today.diffInDays(start) + 1 }};
|
||||||
{% else %}
|
{% else %}
|
||||||
var today = -1;
|
var today = -1;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user