add support to sign in with mozilla persona

This commit is contained in:
j 2013-09-29 13:00:06 +00:00
commit a04711e94c
8 changed files with 218 additions and 1 deletions

View file

@ -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',