projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e0a32
)
Don't remove original event if saving as new.
author
Jan Schneider
<jan@horde.org>
Mon, 19 Apr 2010 12:49:44 +0000
(14:49 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 20 Apr 2010 08:33:39 +0000
(10:33 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
a7934f9
..
1586e90
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-4368,7
+4368,7
@@
KronolithCore = {
as_new: asnew ? 1 : 0
}),
function(r) {
- if (r.response.events && eventid) {
+ if (
!asnew &&
r.response.events && eventid) {
this.removeEvent(eventid, cal);
}
this.loadEventsCallback(r);