Cheched in patch for bug 242534

This commit is contained in:
mostafah%oeone.com 2004-05-04 15:11:39 +00:00
parent 043f7769e3
commit 71ae0f55b3
2 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@ MonthView.prototype.refreshEvents = function monthView_refreshEvents( )
eventBox = document.createElement( "box" );
eventBox.setAttribute( "id", "month-view-event-box-"+calendarEventDisplay.event.id );
eventBox.setAttribute( "name", "month-view-event-box-"+calendarEventDisplay.event.id );
eventBox.setAttribute( "event"+calendarEventDisplay.event.id, true );
//eventBox.setAttribute( "event"+toString(calendarEventDisplay.event.id), true );
// start calendar color change by CofC
var containerName = gCalendarWindow.calendarManager.getCalendarByName(

View File

@ -310,7 +310,7 @@ MultiweekView.prototype.refreshEvents = function multiweekView_refreshEvents( )
eventBox = document.createElement( "box" );
eventBox.setAttribute( "id", "multiweek-view-event-box-"+calendarEventDisplay.event.id );
eventBox.setAttribute( "name", "multiweek-view-event-box-"+calendarEventDisplay.event.id );
eventBox.setAttribute( "event"+calendarEventDisplay.event.id, true );
//eventBox.setAttribute( "event"+calendarEventDisplay.event.id, true );
//eventBox.setAttribute( "class", "multiweek-day-event-box-class" );
//eventBox.setAttribute( "class", "month-day-event-box-class" );