forked from 0x2620/pandora
debugging
This commit is contained in:
parent
fb0d985533
commit
6bd1260d11
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ pandora.ui.apiDialog = function() {
|
|||
}
|
||||
$doc.html(parts.join('<b>notes</b>' + colon));
|
||||
}
|
||||
Ox.print('DEBUG', $doc.html())
|
||||
parts = $doc.html().split('<b>see</b>' + colon);
|
||||
if (parts.length == 2) {
|
||||
parts[1] = parts[1].replace(/\n\s+?/, '').split(comma).map(
|
||||
|
|
Loading…
Reference in a new issue