diff --git a/static/js/pandora/account.js b/static/js/pandora/account.js index 2fa32001..4fa5b4fb 100644 --- a/static/js/pandora/account.js +++ b/static/js/pandora/account.js @@ -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',