Skip to content

Commit

Permalink
more RCHK dijit dupe checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Dolgov committed Dec 25, 2012
1 parent ad1a068 commit de4335e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/viewfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit de4335e

Please sign in to comment.