Monotone-Parent: 886be40347e25847d56bb027061dc616689f0f0b

Monotone-Revision: 9a3d09f13e9068acf26d0472c7db733c9c3d7a77

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-19T14:36:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-19 14:36:33 +00:00
parent da1b3fe508
commit 754e5024d4
4 changed files with 156 additions and 149 deletions

View File

@@ -826,15 +826,15 @@ function calendarDisplayCallback(http) {
}
function assignCalendar(name) {
if (typeof(skycalendar) != "undefined") {
var node = $(name);
if (typeof(skycalendar) != "undefined") {
var node = $(name);
node.calendar = new skycalendar(node);
node.calendar.setCalendarPage(ResourcesURL + "/skycalendar.html");
var dateFormat = node.getAttribute("dateFormat");
if (dateFormat)
node.calendar.setDateFormat(dateFormat);
}
node.calendar = new skycalendar(node);
node.calendar.setCalendarPage(ResourcesURL + "/skycalendar.html");
var dateFormat = node.getAttribute("dateFormat");
if (dateFormat)
node.calendar.setDateFormat(dateFormat);
}
}
function popupCalendar(node) {