This commit is contained in:
rolux 2014-12-18 14:00:58 +00:00
parent 6a8139c9d4
commit 9cc9cf0c5a

View file

@ -227,7 +227,7 @@ pandora.ui.apiDialog = function() {
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, $code,
$doc = getDoc(actions[id]).appendTo($text); $doc = getDoc(actions[id].doc).appendTo($text);
$('<div>') $('<div>')
.html('<br><b><tt>' + source + '</tt></b>') .html('<br><b><tt>' + source + '</tt></b>')
.appendTo($text); .appendTo($text);