summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index f06c99444..fff40375d 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -112,7 +112,7 @@ function headlines_callback2(transport, feed_cur_page) {
vgroup_last_feed = headlines_info.vgroup_last_feed;
- if (headlines_count == 0) {
+ if (parseInt(headlines_count) < getInitParam("default_article_limit")) {
_infscroll_disable = 1;
} else {
_infscroll_disable = 0;