From: Jan Schneider Date: Tue, 25 May 2010 13:29:10 +0000 (+0200) Subject: Fix error when creating events with attendees before editing events with attendees. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d7bb967d8f63bf1b9aa78fa1583782c952b2a042;p=horde.git Fix error when creating events with attendees before editing events with attendees. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 55cacfbef..04246a86c 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -16,7 +16,7 @@ var frames = { horde_main: true }, KronolithCore = { // Vars used and defaulting to null/false: // DMenu, Growler, inAjaxCallback, is_logout, weekSizes, daySizes, - // viewLoading, groupLoading, freeBusy, colorPicker, duration, timeMarker + // viewLoading, groupLoading, colorPicker, duration, timeMarker view: '', ecache: $H(), @@ -36,6 +36,7 @@ KronolithCore = { mapMarker: null, map: null, mapInitialized: false, + freeBusy: $H(), search: 'future', effectDur: 0.4, macos: navigator.appVersion.indexOf('Mac') !=- 1, @@ -4704,7 +4705,6 @@ KronolithCore = { } /* Attendees */ - this.freeBusy = $H(); if (this.attendeeStartDateHandler) { $('kronolithEventStartDate').stopObserving('change', this.attendeeStartDateHandler); }