mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Small changes.
This commit is contained in:
parent
9b5ec6eaa2
commit
2b60da403c
2 changed files with 2 additions and 2 deletions
|
@ -3107,7 +3107,7 @@ background: transparent;
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.NB-modal-feedchooser .feed.NB-feedchooser-approve {
|
||||
.NB-modal-feedchooser .feed.NB-feedchooser-approve .feed_title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.NB-modal-feedchooser .feed.NB-feedchooser-decline {
|
||||
|
|
|
@ -277,7 +277,7 @@ NEWSBLUR.ReaderFeedchooser.prototype = {
|
|||
var feed_id = $(this).data('feed_id');
|
||||
|
||||
if (_.contains(active_feeds, feed_id)) {
|
||||
self.add_feed_to_decline(feed_id);
|
||||
self.add_feed_to_approve(feed_id);
|
||||
} else {
|
||||
self.add_feed_to_decline(feed_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue