mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-30 10:47:06 -06:00
Small test to see if moment isn't null
This commit is contained in:
parent
825be42c4e
commit
7211ea5b9b
@ -17,6 +17,8 @@ customRange: "{{ 'customRange'|_ }}"
|
||||
}
|
||||
};
|
||||
|
||||
moment ??= function() {};
|
||||
|
||||
// date range actual configuration:
|
||||
var dateRangeConfig = {
|
||||
startDate: moment("{{ dateRangeConfig.start }}"),
|
||||
|
Loading…
Reference in New Issue
Block a user