update api docs parser

This commit is contained in:
rolux 2014-12-18 14:27:36 +00:00
parent 6b81c91d9b
commit 3f83a539e4

View file

@ -145,7 +145,7 @@ pandora.ui.apiDialog = function() {
$doc.find('.Ox' + type).removeClass('Ox' + type);
});
$doc.html(
$doc.html().replace(/X(\w+)X/g, '<b>$1</b>')
$doc.html().replace(/BOLD(\w+)BOLD/g, '<b>$1</b>')
);
parts = $doc.html().split('<b>notes</b>');
if (parts.length == 2) {