summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 3522284da..3a21323da 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -1389,7 +1389,7 @@ function headlines_scroll_handler(e) {
function catchupBatchedArticles() {
try {
- if (catchup_id_batch.length > 0) {
+ if (catchup_id_batch.length > 0 && !_infscroll_request_sent) {
var query = "?op=rpc&subop=catchupSelected" +
"&cmode=0&ids=" + param_escape(catchup_id_batch.toString());