mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Fixing decline feed in chooser.
This commit is contained in:
parent
1155b0e486
commit
055cd22a8c
1 changed files with 1 additions and 4 deletions
|
@ -273,10 +273,7 @@ _.extend(NEWSBLUR.ReaderFeedchooser.prototype, {
|
|||
},
|
||||
|
||||
add_feed_to_decline: function(feed_id, update) {
|
||||
this.approve_list = _.without(this.approve_list, feed_id);
|
||||
var $feed = this.$feeds[feed_id];
|
||||
|
||||
if (!$feed) return;
|
||||
feed.highlight_in_all_folders(false, true, {silent: !update});
|
||||
|
||||
if (update) {
|
||||
this.update_counts();
|
||||
|
|
Loading…
Add table
Reference in a new issue