Need to bail out for the month view also when calendar != event.value.calendar
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 6 Jun 2009 20:48:50 +0000 (16:48 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 6 Jun 2009 20:48:50 +0000 (16:48 -0400)
kronolith/js/src/kronolith.js

index e65429f..24e0464 100644 (file)
@@ -852,6 +852,7 @@ KronolithCore = {
                 switch (view) {
                 case 'day':
                 case 'week':
+                case 'month':
                     if (calendar != event.value.calendar) {
                         return;
                     }