description flow
This commit is contained in:
parent
30daeae0ed
commit
b6c51604a7
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ pandora.ui.infoView = function(data) {
|
||||||
})
|
})
|
||||||
.appendTo($div);
|
.appendTo($div);
|
||||||
if (canEdit || data[key + 'description']) {
|
if (canEdit || data[key + 'description']) {
|
||||||
$('<br>').appendTo($div);
|
$('<br>').css({'clear': 'both'}).appendTo($div);
|
||||||
$('<div>')
|
$('<div>')
|
||||||
.append(
|
.append(
|
||||||
descriptions[key] = Ox.Editable({
|
descriptions[key] = Ox.Editable({
|
||||||
|
|
Loading…
Reference in a new issue