diff --git a/static/js/helpDialog.js b/static/js/helpDialog.js index 0b2ee553..cbe50da3 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(); });