diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index 5b81431b..4d4b57f7 100755 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -122,8 +122,9 @@ Module.register("calendar", { // Override socket notification handler. socketNotificationReceived: function (notification, payload) { - if (this.identifier !== payload.id) - {return;} + if (this.identifier !== payload.id) { + return; + } if (notification === "CALENDAR_EVENTS") { if (this.hasCalendarURL(payload.url)) {