1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

feedlist: prevent multiple load indicators from appearing

This commit is contained in:
Andrew Dolgov 2009-10-07 21:48:47 +04:00
parent 219f57fd26
commit 925832c635

View File

@ -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';