mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 05:19:28 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user