summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/viewfeed.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 643937ecc..45e1a54e2 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -162,6 +162,10 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
initHeadlinesMenu();
new_elems.each(function(child) {
+ if (dijit.byId("RCHK-" + child.id)) {
+ dijit.byId("RCHK-" + child.id).destroy();
+ }
+
dojo.parser.parse(child);
if (!Element.visible(child))