summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-22 10:19:11 +0300
committerAndrew Dolgov <[email protected]>2017-01-22 10:19:11 +0300
commit4441fc6f3b5d2ae0df5c0a8797317c632b1d4d23 (patch)
treef31b865743d3ffa96f4988c68f6521942cf91382 /js/viewfeed.js
parent967f0619c781a01a67f1d3c69946f63d5a4c1e54 (diff)
parent7262c1726f1b900d2211d4cfb9054aefb93b991e (diff)
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Diffstat (limited to 'js/viewfeed.js')
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index feb397157..007728a10 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -2315,7 +2315,7 @@ function updateFloatingTitle(unread_only) {
function catchupCurrentBatchIfNeeded() {
if (catchup_id_batch.length > 0) {
window.clearTimeout(catchup_timeout_id);
- catchup_timeout_id = window.setTimeout('catchupBatchedArticles()', 1000);
+ catchup_timeout_id = window.setTimeout(catchupBatchedArticles, 1000);
if (catchup_id_batch.length >= 10) {
catchupBatchedArticles();