typo in sign out dialog

This commit is contained in:
rolux 2011-11-10 08:42:05 +00:00
parent 7b94b9ad2c
commit 2ea6e43c4c

View file

@ -319,7 +319,7 @@ pandora.ui.accountSignoutDialog = function() {
title: 'Stay Signed In' title: 'Stay Signed In'
}).bindEvent('click', function() { }).bindEvent('click', function() {
that.close(); that.close();
pandora.UI({page: ''}); pandora.UI.set({page: ''});
}), }),
Ox.Button({ Ox.Button({
id: 'signout', id: 'signout',