Fixing bustage from check-in of attachment 146150
git-svn-id: svn://10.0.0.236/trunk@154920 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user