mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
show loading indicator when appending headlines
This commit is contained in:
@@ -125,11 +125,9 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req) {
|
|||||||
|
|
||||||
Form.enable("main_toolbar_form");
|
Form.enable("main_toolbar_form");
|
||||||
|
|
||||||
if (!offset) {
|
if (!setFeedExpandoIcon(feed, is_cat,
|
||||||
if (!setFeedExpandoIcon(feed, is_cat,
|
(is_cat) ? 'images/indicator_tiny.gif' : 'images/indicator_white.gif'))
|
||||||
(is_cat) ? 'images/indicator_tiny.gif' : 'images/indicator_white.gif'))
|
|
||||||
notify_progress("Loading, please wait...", true);
|
notify_progress("Loading, please wait...", true);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
query += "&cat=" + is_cat;
|
query += "&cat=" + is_cat;
|
||||||
|
|||||||
Reference in New Issue
Block a user