mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 06:35:26 +00:00
Monotone-Parent: c088913eb8e3df69e9e9a7f92fa06e84b9099eff
Monotone-Revision: 7636364e216ee5da36da58bf68969d1177723bff Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-15T15:26:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -697,8 +697,7 @@ function onDateSelectorGotoMonth(event) {
|
||||
|
||||
function onCalendarGotoDay(node) {
|
||||
var day = node.getAttribute("date");
|
||||
var needRefresh = (listFilter == 'view_selectedday'
|
||||
&& day != currentDay);
|
||||
var needRefresh = (listFilter == 'view_selectedday' && day != currentDay);
|
||||
|
||||
changeDateSelectorDisplay(day);
|
||||
changeCalendarDisplay( { "day": day } );
|
||||
@@ -709,6 +708,8 @@ function onCalendarGotoDay(node) {
|
||||
}
|
||||
|
||||
function gotoToday() {
|
||||
var todayDate = new Date();
|
||||
selectedDayDate = todayDate.getDayString();
|
||||
changeDateSelectorDisplay('');
|
||||
changeCalendarDisplay();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user