fix a bug that would make the international title appear twice

This commit is contained in:
rolux 2011-10-25 14:41:08 +00:00
parent 78ddfad4e2
commit 656c4f7201

View file

@ -147,7 +147,7 @@ pandora.ui.infoView = function(data) {
return formatTitle(value); return formatTitle(value);
}, },
tooltip: isEditable ? 'Doubleclick to edit' : '', tooltip: isEditable ? 'Doubleclick to edit' : '',
value: formatTitle(data.title) value: data.title
}) })
.css({ .css({
display: 'inline-block', display: 'inline-block',