mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 17:41:28 +00:00
properly display loading indicators in category titles
This commit is contained in:
@@ -119,7 +119,9 @@ function headlines_callback2(transport, feed_cur_page) {
|
||||
if (feedr && !feedr.className.match("Selected")) {
|
||||
feedr.className = feedr.className + "Selected";
|
||||
}
|
||||
if (feedr && ll) feedr.removeChild(ll);
|
||||
|
||||
var fcap = $("FCAP-" + feed_id);
|
||||
if (fcap && ll) fcap.removeChild(ll);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user