mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
Mantis 78
Monotone-Parent: 757b3c1280d9af553772340bd7408a4ff375bda6 Monotone-Revision: 244b022b573e6f31bb6d274bcd23e14acd12414b Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-23T20:11:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1224,12 +1224,13 @@ function calendarDisplayCallback(http) {
|
||||
function assignCalendar(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)
|
||||
if (node) {
|
||||
node.calendar = new skycalendar(node);
|
||||
node.calendar.setCalendarPage(ResourcesURL + "/skycalendar.html");
|
||||
var dateFormat = node.getAttribute("dateFormat");
|
||||
if (dateFormat)
|
||||
node.calendar.setDateFormat(dateFormat);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user