forked from 0x2620/pandora
update api dialog
This commit is contained in:
parent
e2010a3350
commit
6a8139c9d4
1 changed files with 2 additions and 3 deletions
|
@ -226,9 +226,8 @@ pandora.ui.apiDialog = function() {
|
||||||
var code = actions[id].code[1],
|
var code = actions[id].code[1],
|
||||||
source = actions[id].code[0],
|
source = actions[id].code[0],
|
||||||
line = Math.round(Ox.last(source.split(':')) || 0),
|
line = Math.round(Ox.last(source.split(':')) || 0),
|
||||||
$code, $doc;
|
$code,
|
||||||
$doc = getDoc(id)
|
$doc = getDoc(actions[id]).appendTo($text);
|
||||||
.appendTo($text);
|
|
||||||
$('<div>')
|
$('<div>')
|
||||||
.html('<br><b><tt>' + source + '</tt></b>')
|
.html('<br><b><tt>' + source + '</tt></b>')
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
Loading…
Reference in a new issue