From c170ee113e06ab3a4e480976684f4337c99b74e8 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 28 Feb 2013 14:41:08 +0000 Subject: [PATCH] update indiancinema info view (make color and sound links) --- static/js/pandora/infoView.indiancinema.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/infoView.indiancinema.js b/static/js/pandora/infoView.indiancinema.js index 010b34fe..a9a75446 100644 --- a/static/js/pandora/infoView.indiancinema.js +++ b/static/js/pandora/infoView.indiancinema.js @@ -522,7 +522,10 @@ pandora.ui.infoView = function(data) { var ret; if (nameKeys.indexOf(key) > -1) { ret = formatLink(value.split(', '), 'name'); - } else if (listKeys.indexOf(key) > -1 || key == 'year') { + } else if ( + listKeys.indexOf(key) > -1 + || Ox.contains(['year', 'color', 'sound'], key) + ) { ret = formatLink(value.split(', '), key); } else if (key == 'imdbId') { ret = '