forked from 0x2620/pandora
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);
|
||||
if (canEdit || data[key + 'description']) {
|
||||
$('<br>').appendTo($div);
|
||||
$('<br>').css({'clear': 'both'}).appendTo($div);
|
||||
$('<div>')
|
||||
.append(
|
||||
descriptions[key] = Ox.Editable({
|
||||
|
|
Loading…
Reference in a new issue