description flow

This commit is contained in:
j 2012-02-14 11:54:42 +05:30
parent 30daeae0ed
commit b6c51604a7

View file

@ -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({