?next=payments

This commit is contained in:
Samuel Clay 2018-04-25 18:07:07 -07:00
parent 60472b2ec9
commit 01b4f7db7d
2 changed files with 6 additions and 0 deletions

View file

@ -33,6 +33,10 @@ _.extend(NEWSBLUR.ReaderAccount.prototype, {
this.fetch_payment_history();
this.render_dates();
if (this.options.tab) {
this.switch_tab(this.options.tab);
}
},
make_modal: function() {

View file

@ -284,6 +284,8 @@ NEWSBLUR.Views.FeedList = Backbone.View.extend({
NEWSBLUR.reader.open_friends_modal();
} else if (next == 'account') {
NEWSBLUR.reader.open_account_modal();
} else if (next == 'payments') {
NEWSBLUR.reader.open_account_modal({'tab': 'premium'});
} else if (next == 'opml') {
NEWSBLUR.reader.open_intro_modal({page_number: 2});
} else if (next == 'organizer') {