mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
remove regression on event duration
This commit is contained in:
@@ -240,7 +240,6 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
|
|||||||
const dateKey = date.toISOString().substring(0, 10);
|
const dateKey = date.toISOString().substring(0, 10);
|
||||||
let curEvent = event;
|
let curEvent = event;
|
||||||
let showRecurrence = true;
|
let showRecurrence = true;
|
||||||
let duration = 0;
|
|
||||||
|
|
||||||
startDate = moment(date);
|
startDate = moment(date);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user