mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 08:59:45 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user