add support to sign in with mozilla persona
This commit is contained in:
parent
8f3aa15eb4
commit
a04711e94c
8 changed files with 218 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ pandora.ui.mainMenu = function() {
|
|||
return pandora.$ui.localeButton = pandora.ui.localeButton();
|
||||
} else if (menuExtra == 'reload') {
|
||||
return pandora.$ui.loadingIcon = pandora.ui.loadingIcon();
|
||||
} else if (menuExtra == 'persona') {
|
||||
return pandora.$ui.personaButton = pandora.ui.personaButton();
|
||||
}
|
||||
}),
|
||||
id: 'mainMenu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue