mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-21 21:09:28 +00:00
2389: La sélection d'une journée dans la vue n'entraîne pas la sélection de la journée dans le mini-calendrier
Monotone-Parent: 703ef021864a30cc204316cf7c457d1e1e3a520e Monotone-Revision: 29f7969895a4f6ac8b5194a0152152408c0e0ecb Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-20T18:35:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -562,6 +562,7 @@ function dateSelectorCallback(http) {
|
||||
var content = http.responseText;
|
||||
setDateSelectorContent(content);
|
||||
cachedDateSelectors[http.callbackData] = content;
|
||||
changeCalendarDisplay( { "day": currentDay } );
|
||||
}
|
||||
else
|
||||
log ("dateSelectorCallback Ajax error");
|
||||
@@ -1528,6 +1529,8 @@ function onCalendarSelectDay(event) {
|
||||
|
||||
if (needRefresh)
|
||||
refreshEvents();
|
||||
|
||||
changeCalendarDisplay( { "day": currentDay } );
|
||||
}
|
||||
|
||||
function changeWeekCalendarDisplayOfSelectedDay(node) {
|
||||
|
||||
Reference in New Issue
Block a user