fix info view
This commit is contained in:
parent
f5b47164fd
commit
506c9cb9a9
1 changed files with 2 additions and 2 deletions
|
@ -293,7 +293,7 @@ pandora.ui.infoView = function(data) {
|
|||
category: 'categories',
|
||||
}[key] || key).replace('</span>', ' </span>')
|
||||
)
|
||||
.appendTo($div);
|
||||
.appendTo($text);
|
||||
Ox.EditableContent({
|
||||
clickLink: pandora.clickLink,
|
||||
format: function(value) {
|
||||
|
@ -311,7 +311,7 @@ pandora.ui.infoView = function(data) {
|
|||
editMetadata(key, event.value);
|
||||
}
|
||||
})
|
||||
.appendTo($div);
|
||||
.appendTo($text);
|
||||
if (key == 'collection' && (canEdit || data[key + 'description'])) {
|
||||
$('<div>')
|
||||
.append(
|
||||
|
|
Loading…
Reference in a new issue