diff --git a/NEWS b/NEWS index 9bb1178e3..e213cadaf 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ - added the ability to transfer an event from one calendar to another - fixed a bug where deleting a contact would leave it listed in the contact list until the next refresh - fixed a bug where events shared among different attendees would no longer be updated automatically +- changed the look of the Calendar module to match the look of Lightning 0.9 0.9.0-20080729 (1.0 rc7) ------------------------ diff --git a/UI/WebServerResources/SchedulerUI.js b/UI/WebServerResources/SchedulerUI.js index f09b2f5ae..883e3069b 100644 --- a/UI/WebServerResources/SchedulerUI.js +++ b/UI/WebServerResources/SchedulerUI.js @@ -94,7 +94,7 @@ function editEvent() { } for (var i = 0; i < nodes.length; i++) - _editEventId(nodes[i].getAttribute("id"), + _editEventId(nodes[i].cname, nodes[i].calendar); } else if (selectedCalendarCell) { _editEventId(selectedCalendarCell[0].cname,