Fixing bustage from check-in of attachment 146150

This commit is contained in:
mostafah%oeone.com 2004-04-15 13:54:58 +00:00
parent ab1b721b28
commit a5094d564a

View File

@ -230,7 +230,7 @@ MonthView.prototype.refreshEvents = function monthView_refreshEvents( )
var eventBox = null;
while ( eventBoxList.item(0) ) {
while ( eventBoxList.item(0) )
{
eventBox = eventBoxList[ 0 ];
eventBox.parentNode.removeChild( eventBox );