mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
?next=payments
This commit is contained in:
parent
60472b2ec9
commit
01b4f7db7d
2 changed files with 6 additions and 0 deletions
|
@ -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() {
|
||||
|
|
|
@ -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') {
|
||||
|
|
Loading…
Add table
Reference in a new issue