use collapseToEnd: false for summary on infoView

This commit is contained in:
j 2013-09-30 09:44:12 +00:00
parent 7a529bfd12
commit 9ac3342acd
2 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,7 @@ pandora.ui.infoView = function(data) {
if (data.summary || canEdit) {
Ox.EditableContent({
clickLink: pandora.clickLink,
collapseToEnd: false,
editable: canEdit,
format: function(value) {
return value.replace(

View File

@ -314,6 +314,7 @@ pandora.ui.infoView = function(data) {
.append(
Ox.EditableContent({
clickLink: pandora.clickLink,
collapseToEnd: false,
editable: canEdit,
format: function(value) {
return value.replace(