strict js: fix catchupBatchedArticles

This addresses the "Unread not removed from row" issue.
master
wn_ 7 years ago
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…
Cancel
Save