forked from 0x2620/pandora
update api docs parser
This commit is contained in:
parent
35ab1fe547
commit
3223b291ae
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ pandora.ui.apiDialog = function() {
|
|||
$doc.find('.Ox' + type).removeClass('Ox' + type);
|
||||
});
|
||||
$doc.html(
|
||||
$doc.html().replace(/BOLD([\w\:]+)BOLD/g, '<b>$1</b>')
|
||||
$doc.html().replace(/BOLD(\S+)BOLD/g, '<b>$1</b>')
|
||||
);
|
||||
parts = $doc.html().split('<b>notes:</b>');
|
||||
if (parts.length == 2) {
|
||||
|
|
Loading…
Reference in a new issue