fix info view

This commit is contained in:
Rolux 2015-09-21 18:00:04 +01:00
parent f5b47164fd
commit 506c9cb9a9
1 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ pandora.ui.infoView = function(data) {
category: 'categories',
}[key] || key).replace('</span>', '&nbsp;</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(