Final fixes for eslint:recommended

This commit is contained in:
Veeck
2020-04-21 10:37:24 +02:00
committed by rejas
parent d08bd4e866
commit 9ec329b7ae
6 changed files with 11 additions and 11 deletions

View File

@@ -81,8 +81,7 @@ var CalendarFetcher = function(url, reloadInterval, excludedEvents, maximumEntri
past = moment().startOf("day").subtract(maximumNumberOfDays, "days").toDate();
}
// FIXME:
// Ugly fix to solve the facebook birthday issue.
// FIXME: Ugly fix to solve the facebook birthday issue.
// Otherwise, the recurring events only show the birthday for next year.
var isFacebookBirthday = false;
if (typeof event.uid !== "undefined") {