typo
This commit is contained in:
parent
96fbdc7626
commit
e274c8836e
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ pandora.ui.infoView = function(data) {
|
|||
var ret;
|
||||
if (key == 'year') {
|
||||
ret = formatLink(value);
|
||||
else if (nameKeys.indexOf(key) > -1) {
|
||||
} else if (nameKeys.indexOf(key) > -1) {
|
||||
ret = formatLink(value.split(', '), 'name');
|
||||
} else if (listKeys.indexOf(key) > -1) {
|
||||
ret = formatLink(value.split(', '), key);
|
||||
|
|
Loading…
Reference in a new issue