mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Turning off updating unread counts of selected feed temporarily. New stories still come in, but the unread counts are unreliable.
This commit is contained in:
parent
a9f2bd5db6
commit
3ee93b6f1f
1 changed files with 1 additions and 1 deletions
|
@ -2147,7 +2147,6 @@
|
|||
if (selected) {
|
||||
$feed.addClass('selected');
|
||||
}
|
||||
$feed_on_page.replaceWith($feed);
|
||||
$('.unread_count', $feed).corner('4px');
|
||||
if (feed_id == this.active_feed) {
|
||||
PROTOPUB.log(['UPDATING INLINE', feed.feed_title, $feed, $feed_on_page]);
|
||||
|
@ -2155,6 +2154,7 @@
|
|||
this.model.refresh_feed(feed_id, $.rescope(this.post_refresh_active_feed, this), limit);
|
||||
} else {
|
||||
PROTOPUB.log(['UPDATING', feed.feed_title, $feed, $feed_on_page]);
|
||||
$feed_on_page.replaceWith($feed);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue