mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +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();
|
||||
|
||||
new_elems.each(function(child) {
|
||||
if (dijit.byId("RCHK-" + child.id)) {
|
||||
dijit.byId("RCHK-" + child.id).destroy();
|
||||
}
|
||||
var cb = dijit.byId(child.id.replace("RROW-", "RCHK-"));
|
||||
|
||||
if (cb) cb.destroy();
|
||||
|
||||
dojo.parser.parse(child);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user