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;
|
||||
|
||||
reply = JSON.parse(transport.responseText);
|
||||
var reply = JSON.parse(transport.responseText);
|
||||
var batch = reply.ids;
|
||||
|
||||
batch.each(function (id) {
|
||||
|
|
Loading…
Reference in New Issue