summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();