typo in sign out dialog

This commit is contained in:
rolux 2011-11-10 08:42:05 +00:00
parent 7b94b9ad2c
commit 2ea6e43c4c
1 changed files with 1 additions and 1 deletions

View File

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