summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 11:36:48 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 11:36:48 +0300
commitdba6598039aa5706d87ab82f8bd692a292b91dc2 (patch)
tree4b1c9bee7afde983b2a9db0cf57532775b36ba16 /feedlist.js
parente8f0cb197577bbbf681ace861ee06c5f6b1b69b7 (diff)
viewfeed: show loading prompt for categories
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 0b59ade4f..734fddaee 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -169,9 +169,12 @@ function viewfeed(feed, subop, is_cat, offset) {
} else {
- if (!is_cat)
+ 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);
+ }
new Ajax.Request("backend.php", {
parameters: query,