From: wn_ Date: Sat, 10 Mar 2018 13:38:23 +0000 (-0600) Subject: strict js: fix catchupBatchedArticles X-Git-Tag: 18.8~54^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a30f862de452c05ef2c89361675449e93071b951;p=tt-rss.git strict js: fix catchupBatchedArticles This addresses the "Unread not removed from row" issue. --- diff --git a/js/viewfeed.js b/js/viewfeed.js index a00ac6f6..0c15a23b 100755 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -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) {