summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-05 13:29:14 +0400
committerAndrew Dolgov <[email protected]>2011-08-05 13:29:14 +0400
commit3205fab020cdd6bec0add3aa4b879edc536b720a (patch)
treec6ce152bd98ee1f513a15618e36f5d9681dad3eb /feedlist.js
parent173d57e5279e5aae8f4991a2a4efa6d7bd328657 (diff)
viewfeed: do not show notify progress when offset != 0
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/feedlist.js b/feedlist.js
index fe4ab897e..fb8a5de28 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -138,12 +138,13 @@ function viewfeed(feed, subop, is_cat, offset) {
console.log(query);
- if (!is_cat) {
- if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
+ if (!offset)
+ if (!is_cat) {
+ if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
+ notify_progress("Loading, please wait...", true);
+ } else {
notify_progress("Loading, please wait...", true);
- } else {
- notify_progress("Loading, please wait...", true);
- }
+ }
new Ajax.Request("backend.php", {
parameters: query,