projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4289881
)
Create event cache for current view when adding a new calendar.
author
Jan Schneider
<jan@horde.org>
Tue, 17 Aug 2010 12:27:07 +0000
(14:27 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 17 Aug 2010 12:27:07 +0000
(14:27 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
3482588
..
3976551
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-3475,6
+3475,7
@@
KronolithCore = {
}
Kronolith.conf.calendars[type][r.response.calendar] = cal;
this.insertCalendarInList(type, r.response.calendar, cal);
+ this.storeCache($H(), [type, r.response.calendar], this.viewDates(this.date, this.view), true);
}
}
form.down('.kronolithCalendarSave').enable();