Monotone-Parent: 707164ec11dd27d07b717674cfe5eb52b0dad31b

Monotone-Revision: e0d6a2d51589348dbe6602973f8a6ae6718f0991

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-15T20:36:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-07-15 20:36:06 +00:00
parent ba0e354bff
commit 18afa2eecd
14 changed files with 36 additions and 1 deletions

View File

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