mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-18 22:41:09 +02:00
strict js: fix catchupBatchedArticles
This addresses the "Unread not removed from row" issue.
This commit is contained in:
parent
ad04bbf81d
commit
a30f862de4
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user