mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Not showing the world favicon until favicons are downloaded.
This commit is contained in:
parent
f3e2876ea2
commit
2c7f20fd00
1 changed files with 1 additions and 1 deletions
|
@ -1240,7 +1240,7 @@
|
|||
<div class="feed_counts">\
|
||||
<%= feed_counts_floater %>\
|
||||
</div>\
|
||||
<img class="feed_favicon" src="<%= $.favicon(feed.favicon, !!favicons_downloaded) %>">\
|
||||
<img class="feed_favicon" src="<%= $.favicon(feed.favicon, !favicons_downloaded) %>">\
|
||||
<span class="feed_title">\
|
||||
<%= feed.feed_title %>\
|
||||
<% if (type == "story") { %>\
|
||||
|
|
Loading…
Add table
Reference in a new issue