From: Jan Schneider Date: Sun, 7 Jun 2009 15:09:32 +0000 (+0200) Subject: Fix logic. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4c917203f1e057ba3cbd8566815781af24111fba;p=horde.git Fix logic. --- diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index 8fb0b3390..a65611dea 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -850,9 +850,8 @@ KronolithCore = { this._getCacheForDate(date).sortBy(this._sortEvents).each(function(event) { switch (view) { - case 'day': - case 'week': case 'month': + case 'agenda': if (calendar != event.value.calendar) { return; } @@ -892,6 +891,8 @@ KronolithCore = { day.next().day(); } + // Workaround Firebug bug. + Prototype.emptyFunction(); }, /**