mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:25:56 +00:00
viewfeed: show loading prompt for categories
This commit is contained in:
@@ -169,9 +169,12 @@ function viewfeed(feed, subop, is_cat, offset) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (!is_cat)
|
if (!is_cat) {
|
||||||
if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
|
if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
|
||||||
notify_progress("Loading, please wait...", true);
|
notify_progress("Loading, please wait...", true);
|
||||||
|
} else {
|
||||||
|
notify_progress("Loading, please wait...", true);
|
||||||
|
}
|
||||||
|
|
||||||
new Ajax.Request("backend.php", {
|
new Ajax.Request("backend.php", {
|
||||||
parameters: query,
|
parameters: query,
|
||||||
|
|||||||
Reference in New Issue
Block a user