summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 08:43:06 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 08:43:06 +0100
commit82a7286215539cde449988979098034d77c36178 (patch)
tree3f439843023920b03604438c5d7a5fd49cd1a045 /feedlist.js
parentb3c67a4803d50fe115bf1b5185c98b64bc9a0864 (diff)
infinite scrolling: tweaks (2)
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 1e2770bd4..c0257fd91 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -163,7 +163,9 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
query = query + "&omode=flc";
}
- notify_progress("Loading, please wait...", true);
+ if (!page_offset) {
+ notify_progress("Loading, please wait...", true);
+ }
// xmlhttp.abort();