mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
?next=account
This commit is contained in:
parent
8f3416753b
commit
04f4284ef9
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ NEWSBLUR.Views.FeedList = Backbone.View.extend({
|
|||
NEWSBLUR.reader.open_goodies_modal();
|
||||
} else if (next == 'friends') {
|
||||
NEWSBLUR.reader.open_friends_modal();
|
||||
} else if (next == 'account') {
|
||||
NEWSBLUR.reader.open_account_modal();
|
||||
} else if (next == 'chooser') {
|
||||
NEWSBLUR.reader.open_feedchooser_modal();
|
||||
} else if (next == 'password') {
|
||||
|
|
Loading…
Add table
Reference in a new issue