fix #1725 (loading /help/accounts will display main help page)

This commit is contained in:
rolux 2013-07-28 22:55:51 +00:00
parent 19b3c43808
commit 18e2b65b9c

View file

@ -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();
});