mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing auto-selection of feeds in feed chooser.
This commit is contained in:
parent
dec22ac776
commit
a21fdf39f8
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ NEWSBLUR.ReaderFeedchooser.prototype = {
|
|||
_.defer(_.bind(function() { this.open_modal(); }, this));
|
||||
if (!this.options.premium_only) {
|
||||
this.find_feeds_in_feed_list();
|
||||
this.initial_load_feeds(true);
|
||||
this.initial_load_feeds();
|
||||
}
|
||||
this.choose_dollar_amount(2);
|
||||
|
||||
|
@ -337,7 +337,7 @@ NEWSBLUR.ReaderFeedchooser.prototype = {
|
|||
var self = this;
|
||||
var $feeds = $('.feed', this.$modal);
|
||||
var feeds = this.model.get_feeds();
|
||||
|
||||
|
||||
if (!feeds.size()) {
|
||||
_.defer(_.bind(function() {
|
||||
var $info = $('.NB-feedchooser-info', this.$modal);
|
||||
|
|
Loading…
Add table
Reference in a new issue