mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 04:15:55 +00:00
more RCHK dijit dupe checking
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user