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