зеркало из https://github.com/mozilla/gecko-dev.git
Cheched in patch for bug 242534
This commit is contained in:
Родитель
043f7769e3
Коммит
71ae0f55b3
|
@ -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(
|
||||
|
|
|
@ -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" );
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче