From 18e2b65b9c5c287ab45c8874827bc40ef420615c Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 28 Jul 2013 22:55:51 +0000 Subject: [PATCH] fix #1725 (loading /help/accounts will display main help page) --- static/js/helpDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/helpDialog.js b/static/js/helpDialog.js index 0b2ee553a..cbe50da33 100644 --- a/static/js/helpDialog.js +++ b/static/js/helpDialog.js @@ -113,7 +113,7 @@ pandora.ui.helpDialog = function() { orientation: 'horizontal' }); - that.select(pandora.user.ui.help).options({content: $panel}); + that.select(pandora.user.ui.part.help).options({content: $panel}); $list.gainFocus(); });