update info view
This commit is contained in:
parent
2cf2d4efa1
commit
121fbe54b5
1 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ pandora.ui.infoView = function(data) {
|
|||
}
|
||||
})
|
||||
.appendTo($div);
|
||||
if (canEdit || data[key + 'description']) {
|
||||
if (key == 'collection' && (canEdit || data[key + 'description'])) {
|
||||
$('<div>')
|
||||
.append(
|
||||
descriptions[key] = Ox.EditableContent({
|
||||
|
@ -338,7 +338,7 @@ pandora.ui.infoView = function(data) {
|
|||
).css({
|
||||
margin: '12px 0',
|
||||
})
|
||||
.appendTo($div);
|
||||
.appendTo($text);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue