Commit a30f862d authored by wn_'s avatar wn_
Browse files

strict js: fix catchupBatchedArticles

This addresses the "Unread not removed from row" issue.
parent ad04bbf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {