projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c3de6
)
Fix deleting events from cache.
author
Jan Schneider
<jan@horde.org>
Thu, 27 Aug 2009 21:39:55 +0000
(23:39 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 27 Aug 2009 21:39:55 +0000
(23:39 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
5c5e708
..
e08a8e5
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-1609,7
+1609,7
@@
KronolithCore = {
return;
}
this.ecache.get(calendar[0]).get(calendar[1]).each(function(day) {
- d
elete day.value[event]
;
+ d
ay.value.unset(event)
;
});
},