mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-03 06:06:24 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user