mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
strict js: fix catchupBatchedArticles
This addresses the "Unread not removed from row" issue.
This commit is contained in:
@@ -1259,7 +1259,7 @@ function catchupBatchedArticles() {
|
|||||||
|
|
||||||
_catchup_request_sent = false;
|
_catchup_request_sent = false;
|
||||||
|
|
||||||
reply = JSON.parse(transport.responseText);
|
var reply = JSON.parse(transport.responseText);
|
||||||
var batch = reply.ids;
|
var batch = reply.ids;
|
||||||
|
|
||||||
batch.each(function (id) {
|
batch.each(function (id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user