fix #1786 (Clicking on pan.do/ra link in /help opens pan.do/ra in pop-up window)

This commit is contained in:
rolux 2013-08-08 14:45:26 +00:00
parent 8236c1c4fa
commit 6012a4b9ba

View file

@ -114,6 +114,7 @@ pandora.ui.helpDialog = function() {
});
that.select(pandora.user.ui.part.help).options({content: $panel});
pandora.createLinks($text);
$list.gainFocus();
});
@ -149,7 +150,6 @@ pandora.ui.helpDialog = function() {
textAlign: 'right',
whiteSpace: 'nowrap'
});
pandora.createLinks($text);
return that;
}