Merge branch 'master' of git.0x2620.org:/pandora_cdosea

This commit is contained in:
rlx 2016-08-09 16:41:19 +02:00
commit 2fbd602932

View file

@ -427,6 +427,8 @@ pandora.ui.infoView = function(data) {
var ret;
if (key == 'year') {
ret = formatLink(value, 'year');
} else if (key == 'source') {
ret = Ox.sanitizeHTML(value);
} else if (nameKeys.indexOf(key) > -1) {
ret = formatLink(value.split(', '), 'name');
} else if (listKeys.indexOf(key) > -1) {