strict js: fix catchupBatchedArticles

This addresses the "Unread not removed from row" issue.
This commit is contained in:
wn_ 2018-03-10 07:38:23 -06:00
parent ad04bbf81d
commit a30f862de4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {