]> git.wh0rd.org - tt-rss.git/blobdiff - js/viewfeed.js
retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous
[tt-rss.git] / js / viewfeed.js
index 48137a1360eb8d4285c48cfd16d68789d2e9bb47..c1163eab773e1b3d6ac22be6ceebf61de71c6c70 100644 (file)
@@ -64,7 +64,7 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
 
                        vgroup_last_feed = reply['headlines-info']['vgroup_last_feed'];
 
-                       if (parseInt(headlines_count) < getInitParam("default_article_limit")) {
+                       if (parseInt(headlines_count) < 30) {
                                _infscroll_disable = 1;
                        } else {
                                _infscroll_disable = 0;