bug 334996: remove old eventboxes after switching to a new day. patch by jminta, r=mvl

This commit is contained in:
mvl%exedo.nl 2006-04-22 21:23:36 +00:00
parent 152a26ede0
commit 8478be6d39

View File

@ -195,7 +195,7 @@
// Remove all the old events
this.mItemData = new Array();
while(this.hasChildNodes()) {
while(this.dayitems.hasChildNodes()) {
this.dayitems.removeChild(this.dayitems.lastChild);
}
]]></body>