mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Handling stats feed count for blurblog itself.
This commit is contained in:
parent
969d92a1d6
commit
312880a862
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ _.extend(NEWSBLUR.ReaderStatistics.prototype, {
|
|||
var pos = counts.pos || 0;
|
||||
var neg = counts.neg || 0;
|
||||
var key = counts[facet];
|
||||
if (facet == 'feed' && self.options.social_feed) {
|
||||
if (facet == 'feed' && self.options.social_feed && counts['feed_id'] != 0) {
|
||||
key = [$.make('div', [
|
||||
$.make('img', { className: 'NB-modal-feed-image feed_favicon', src: $.favicon(counts['feed_id']) }),
|
||||
$.make('span', { className: 'NB-modal-feed-title' }, counts['feed_title'])
|
||||
|
|
Loading…
Add table
Reference in a new issue