Monotone-Parent: 6ead4733302fbf149fcd9936a6e3eb9f4a85acac

Monotone-Revision: 55cffccd09952a874480f0adb6ded2337fa76e1d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-01-16T15:18:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-01-16 15:18:41 +00:00
parent 82e6e94a82
commit 4da5e751e6

View File

@@ -290,9 +290,13 @@ function onDateSelectorGotoMonth(event) {
function onCalendarGotoDay(node) {
var day = node.getAttribute("date");
var needRefresh = (listFilter == 'view_selectedday'
&& day != currentDay);
changeDateSelectorDisplay(day);
changeCalendarDisplay( { "day": day } );
if (needRefresh)
refreshEvents();
return false;
}