show loading indicator when appending headlines
This commit is contained in:
parent
d080678c1d
commit
d5a8e86417
|
@ -125,12 +125,10 @@ 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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue