projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96526af
)
Need to bail out for the month view also when calendar != event.value.calendar
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 6 Jun 2009 20:48:50 +0000
(16:48 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 6 Jun 2009 20:48:50 +0000
(16:48 -0400)
kronolith/js/src/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/src/kronolith.js
b/kronolith/js/src/kronolith.js
index
e65429f
..
24e0464
100644
(file)
--- a/
kronolith/js/src/kronolith.js
+++ b/
kronolith/js/src/kronolith.js
@@
-852,6
+852,7
@@
KronolithCore = {
switch (view) {
case 'day':
case 'week':
+ case 'month':
if (calendar != event.value.calendar) {
return;
}