]> git.wh0rd.org - tt-rss.git/blobdiff - js/viewfeed.js
strict js: fix catchupBatchedArticles
[tt-rss.git] / js / viewfeed.js
index a00ac6f66f41e6a6eb7c82703e85cd32e16661fc..0c15a23b921d3b0fbfd83c8239c19ad61c1613c0 100755 (executable)
@@ -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) {