diff --git a/viewfeed.js b/viewfeed.js index be2c5c67b..daaf57aaf 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -100,6 +100,8 @@ function headlines_callback2(transport, offset, background) { if ($$("#headlines-frame DIV[id="+row.id+"]").length == 0) { row.style.display = 'none'; c.domNode.appendChild(row); + } else { + row.parentNode.removeChild(row); } });