From: Andrew Dolgov Date: Wed, 7 Oct 2009 17:48:47 +0000 (+0400) Subject: feedlist: prevent multiple load indicators from appearing X-Git-Tag: 1.3.4~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=925832c63505ad74f4c0893c6800ed99540f8694;p=tt-rss.git feedlist: prevent multiple load indicators from appearing --- diff --git a/feedlist.js b/feedlist.js index 3a5274a1..904a91ff 100644 --- a/feedlist.js +++ b/feedlist.js @@ -323,7 +323,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) { feedr = $('FEEDR-' + feed); } - if (feedr) { + if (feedr && !$('FLL-' + feed)) { var ll = document.createElement('img'); ll.src = 'images/indicator_tiny.gif';