mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 23:41:29 +00:00
fix duplicate RCHK check while appending headlines
This commit is contained in:
@@ -162,9 +162,9 @@ 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)) {
|
var cb = dijit.byId(child.id.replace("RROW-", "RCHK-"));
|
||||||
dijit.byId("RCHK-" + child.id).destroy();
|
|
||||||
}
|
if (cb) cb.destroy();
|
||||||
|
|
||||||
dojo.parser.parse(child);
|
dojo.parser.parse(child);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user