From acf0f2906fde4558874115c8b4ee9e38aba023ec Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 8 Aug 2013 13:16:24 +0000 Subject: [PATCH] fix #1785 (When opening preferences from welcome dialog, URL doesn't update) --- static/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/account.js b/static/js/account.js index 3304eb69..71918570 100644 --- a/static/js/account.js +++ b/static/js/account.js @@ -364,7 +364,7 @@ pandora.ui.accountWelcomeDialog = function() { title: Ox._('Preferences...') }).bindEvent('click', function() { that.close(); - pandora.$ui.preferencesDialog = pandora.ui.preferencesDialog().open(); + pandora.UI.set({page: 'preferences'}) }), {}, Ox.Button({