fix #1786 (Clicking on pan.do/ra link in /help opens pan.do/ra in pop-up window)
This commit is contained in:
parent
8236c1c4fa
commit
6012a4b9ba
1 changed files with 1 additions and 1 deletions
|
@ -114,6 +114,7 @@ pandora.ui.helpDialog = function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
that.select(pandora.user.ui.part.help).options({content: $panel});
|
that.select(pandora.user.ui.part.help).options({content: $panel});
|
||||||
|
pandora.createLinks($text);
|
||||||
$list.gainFocus();
|
$list.gainFocus();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
@ -149,7 +150,6 @@ pandora.ui.helpDialog = function() {
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
whiteSpace: 'nowrap'
|
whiteSpace: 'nowrap'
|
||||||
});
|
});
|
||||||
pandora.createLinks($text);
|
|
||||||
return that;
|
return that;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue