X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=js%2Fviewfeed.js;h=0c15a23b921d3b0fbfd83c8239c19ad61c1613c0;hb=a30f862de452c05ef2c89361675449e93071b951;hp=a00ac6f66f41e6a6eb7c82703e85cd32e16661fc;hpb=ad04bbf81dc01236422e0af8a07236ad7921453a;p=tt-rss.git 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) {