mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-20 05:31:06 +01:00
more RCHK dijit dupe checking
This commit is contained in:
parent
ad1a0687bf
commit
de4335e891
@ -162,6 +162,10 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
|
|||||||
initHeadlinesMenu();
|
initHeadlinesMenu();
|
||||||
|
|
||||||
new_elems.each(function(child) {
|
new_elems.each(function(child) {
|
||||||
|
if (dijit.byId("RCHK-" + child.id)) {
|
||||||
|
dijit.byId("RCHK-" + child.id).destroy();
|
||||||
|
}
|
||||||
|
|
||||||
dojo.parser.parse(child);
|
dojo.parser.parse(child);
|
||||||
|
|
||||||
if (!Element.visible(child))
|
if (!Element.visible(child))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user