]> git.wh0rd.org - tt-rss.git/commitdiff
another implementation of pull 386 (show next when finished reading) (2)
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 25 Jul 2014 08:29:30 +0000 (12:29 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 25 Jul 2014 08:29:30 +0000 (12:29 +0400)
js/viewfeed.js

index 846c87a8f39ec8c7af0cf1bee530af026fe6a468..dc6231c22d8f079533e46abbc25666f06cfeeee6 100644 (file)
@@ -1350,7 +1350,9 @@ function headlines_scroll_handler(e) {
                                        catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
                                                500);
                                }
-                       } else if (_infscroll_disable) {
+                       }
+
+                       if (_infscroll_disable) {
                                var child = $$("#headlines-frame div[id*=RROW]").last();
 
                                if (child && $("headlines-frame").scrollTop >