cleanup
This commit is contained in:
parent
4abc0b3f49
commit
6378191812
1 changed files with 3 additions and 0 deletions
|
@ -263,12 +263,15 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
|
|
||||||
// Director, Year and Country, Language --------------------------------
|
// Director, Year and Country, Language --------------------------------
|
||||||
|
|
||||||
|
renderGroup(['show', 'episode']);
|
||||||
renderGroup(['date', 'language']);
|
renderGroup(['date', 'language']);
|
||||||
|
|
||||||
// Featuring ----------------------------------------------
|
// Featuring ----------------------------------------------
|
||||||
|
|
||||||
Ox.getObjectById(pandora.site.itemKeys, 'featuring') && renderGroup(['featuring']);
|
Ox.getObjectById(pandora.site.itemKeys, 'featuring') && renderGroup(['featuring']);
|
||||||
|
|
||||||
|
renderGroup(['ways']);
|
||||||
|
|
||||||
// Render any remaing keys defined in config
|
// Render any remaing keys defined in config
|
||||||
|
|
||||||
renderRemainingKeys();
|
renderRemainingKeys();
|
||||||
|
|
Loading…
Reference in a new issue