forked from 0x2620/pandora
use ; for laboratory
This commit is contained in:
parent
3395df7360
commit
22210ebddb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
listWidth = 0,
|
listWidth = 0,
|
||||||
margin = 16,
|
margin = 16,
|
||||||
// these may contain commas, and are thus separated by semicolons
|
// these may contain commas, and are thus separated by semicolons
|
||||||
specialListKeys = ['alternativeTitles', 'productionCompany'].concat(
|
specialListKeys = ['alternativeTitles', 'productionCompany', 'laboratory'].concat(
|
||||||
pandora.site.itemKeys.filter(function(key) {
|
pandora.site.itemKeys.filter(function(key) {
|
||||||
return key.type[0] == 'date'
|
return key.type[0] == 'date'
|
||||||
}).map(function(key) {
|
}).map(function(key) {
|
||||||
|
|
Loading…
Reference in a new issue