Monotone-Parent: c65c1f248f723caa00cbfd6ab993966ae8fcbf53

Monotone-Revision: d8f3cd0b98434d1857daf868d646d7b53bf0aa22

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-27T20:04:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-27 20:04:45 +00:00
parent e199063495
commit 48016356af
5 changed files with 36 additions and 234 deletions
+2 -2
View File
@@ -657,8 +657,8 @@ function drawCalendarEvent(eventData, sd, ed) {
if (!lasts)
lasts = 1;
var eventDiv = newEventDIV(eventData[0], eventData[1], starts, lasts,
null, null, title);
var eventDiv = newEventDIV(eventData[0], eventData[1], starts, lasts,
null, null, title);
siblings.push(eventDiv);
eventDiv.siblings = siblings;
var dayString = days[i].getDayString();