more RCHK dijit dupe checking
This commit is contained in:
parent
ad1a0687bf
commit
de4335e891
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue