forked from 0x2620/pandora
descriptions can contain links
This commit is contained in:
parent
5805866ff9
commit
1068a462d2
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
)
|
)
|
||||||
.append(
|
.append(
|
||||||
$description = Ox.EditableContent({
|
$description = Ox.EditableContent({
|
||||||
|
clickLink: pandora.clickLink,
|
||||||
editable: editable,
|
editable: editable,
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return '<div class="OxLight" style="text-align: center">'
|
return '<div class="OxLight" style="text-align: center">'
|
||||||
|
|
Loading…
Reference in a new issue