fix #1725 (loading /help/accounts will display main help page)
This commit is contained in:
parent
19b3c43808
commit
18e2b65b9c
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ pandora.ui.helpDialog = function() {
|
||||||
orientation: 'horizontal'
|
orientation: 'horizontal'
|
||||||
});
|
});
|
||||||
|
|
||||||
that.select(pandora.user.ui.help).options({content: $panel});
|
that.select(pandora.user.ui.part.help).options({content: $panel});
|
||||||
$list.gainFocus();
|
$list.gainFocus();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue