This commit is contained in:
rolux 2014-12-18 15:30:22 +00:00
parent 2a93ad0908
commit 82e611dae3

View file

@ -238,7 +238,7 @@ pandora.ui.apiDialog = function() {
$title = $('<h1>') $title = $('<h1>')
.css({paddingLeft: '4px'}) .css({paddingLeft: '4px'})
.html('<b><tt>' + id + '</tt></b>') .html('<b><tt>' + id + '</tt></b>')
.appendTo($text); .appendTo($text),
$doc = getDoc(actions[id].doc).appendTo($text), $doc = getDoc(actions[id].doc).appendTo($text),
$source = $('<div>') $source = $('<div>')
.css({paddingLeft: '4px'}) .css({paddingLeft: '4px'})