]> git.wh0rd.org Git - tt-rss.git/commitdiff
feedlist: prevent multiple load indicators from appearing
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 7 Oct 2009 17:48:47 +0000 (21:48 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 7 Oct 2009 17:48:47 +0000 (21:48 +0400)
feedlist.js

index 3a5274a1300be1f8a0d1d02b47bfbbbdc719f730..904a91ff5f76b817b756dd54b0257230e37e816a 100644 (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';