forked from 0x2620/pandora
typo in sign out dialog
This commit is contained in:
parent
7b94b9ad2c
commit
2ea6e43c4c
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ pandora.ui.accountSignoutDialog = function() {
|
|||
title: 'Stay Signed In'
|
||||
}).bindEvent('click', function() {
|
||||
that.close();
|
||||
pandora.UI({page: ''});
|
||||
pandora.UI.set({page: ''});
|
||||
}),
|
||||
Ox.Button({
|
||||
id: 'signout',
|
||||
|
|
Loading…
Reference in a new issue