forked from 0x2620/pandora
return director value
This commit is contained in:
parent
ae6f8df886
commit
9530049aad
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ pandora.ui.infoView = function(data) {
|
||||||
clickLink: pandora.clickLink,
|
clickLink: pandora.clickLink,
|
||||||
editable: isEditable,
|
editable: isEditable,
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
formatValue(value.split(', '), 'name')
|
return formatValue(value.split(', '), 'name');
|
||||||
},
|
},
|
||||||
placeholder: formatLight('Unknown Director'),
|
placeholder: formatLight('Unknown Director'),
|
||||||
tooltip: isEditable ? 'Doubleclick to edit' : '',
|
tooltip: isEditable ? 'Doubleclick to edit' : '',
|
||||||
|
|
Loading…
Reference in a new issue