feedlist: prevent multiple load indicators from appearing
This commit is contained in:
parent
219f57fd26
commit
925832c635
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue