forked from 0x2620/pandora
fix a bug that would make the international title appear twice
This commit is contained in:
parent
78ddfad4e2
commit
656c4f7201
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue