From 2ea6e43c4cdde080680b461d1b605c261e6958ad Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 10 Nov 2011 08:42:05 +0000 Subject: [PATCH] typo in sign out dialog --- static/js/pandora/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',