viewfeed: show loading prompt for categories

This commit is contained in:
Andrew Dolgov 2010-11-19 11:36:48 +03:00
parent e8f0cb1975
commit dba6598039
1 changed files with 4 additions and 1 deletions

View File

@ -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,