Checked in patch for bug 247685

This commit is contained in:
mostafah%oeone.com 2004-06-22 15:44:02 +00:00
Родитель 9c21afd585
Коммит 931b8987ed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -124,7 +124,7 @@ DayView.prototype.refreshEvents = function dayview_refreshEvents( ) {
while( allDayBox.hasChildNodes() )
allDayBox.removeChild( allDayBox.firstChild );
this.removeElementsByAttribute("eventBox", "dayview");
this.removeElementsByAttribute("eventbox", "dayview");
// set view limits for the day
var limits = this.getViewLimits(dayEventList,this.calendarWindow.getSelectedDate());