projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe7078
)
Don't ask.
author
Jan Schneider
<jan@horde.org>
Wed, 8 Apr 2009 21:35:56 +0000
(23:35 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 8 Apr 2009 21:41:10 +0000
(23:41 +0200)
kronolith/js/src/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/src/kronolith.js
b/kronolith/js/src/kronolith.js
index
640a80f
..
acda210
100644
(file)
--- a/
kronolith/js/src/kronolith.js
+++ b/
kronolith/js/src/kronolith.js
@@
-724,7
+724,7
@@
KronolithCore = {
// The day and week views require the view to be completely
// loaded, to correctly calculate the dimensions.
if (this.viewLoading || this.view != view) {
- this._insertEvents.bind(this,
dates
, view, calendar).defer();
+ this._insertEvents.bind(this,
[dates[0].clone(), dates[1].clone()]
, view, calendar).defer();
return;
}
}