merge of '6ea189a179012ff48f750e835f069abfdbe32c7c'

and 'e0d6a2d51589348dbe6602973f8a6ae6718f0991'

Monotone-Parent: 6ea189a179012ff48f750e835f069abfdbe32c7c
Monotone-Parent: e0d6a2d51589348dbe6602973f8a6ae6718f0991
Monotone-Revision: 3765f757435c9d9934d42b1af5d1fd32fe72631a

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-07-16T02:17:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-07-16 02:17:32 +00:00
18 changed files with 72 additions and 15 deletions

View File

@@ -856,6 +856,12 @@ function onMonthOverview() {
return _ensureView("monthview");
}
function onCalendarReload() {
changeCalendarDisplay(null, currentView);
return false;
}
function scrollDayView(scrollEvent) {
if (scrollEvent) {
var contentView;