1
0
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:
Andrew Dolgov
2009-10-07 14:44:51 +04:00
parent 6e35a862dd
commit b7665618db
2 changed files with 10 additions and 2 deletions

View File

@@ -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);
}