projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49cc8ab
)
Fix logic.
author
Jan Schneider
<jan@horde.org>
Sun, 7 Jun 2009 15:09:32 +0000
(17:09 +0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 7 Jun 2009 15:09:32 +0000
(17:09 +0200)
kronolith/js/src/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/src/kronolith.js
b/kronolith/js/src/kronolith.js
index
8fb0b33
..
a65611d
100644
(file)
--- 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();
},
/**