update info view
This commit is contained in:
parent
95ab83a77b
commit
94d806be59
1 changed files with 5 additions and 2 deletions
|
@ -300,9 +300,12 @@ pandora.ui.infoView = function(data) {
|
||||||
|
|
||||||
renderGroup(['location', 'date', 'language']);
|
renderGroup(['location', 'date', 'language']);
|
||||||
|
|
||||||
renderGroup(['director', 'cinematographer', 'featuring']);
|
renderGroup([
|
||||||
|
'director', 'cinematographer', 'editor',
|
||||||
|
'writer', 'producer', 'featuring'
|
||||||
|
]);
|
||||||
|
|
||||||
renderGroup(['topic']);
|
renderGroup(['themes']);
|
||||||
|
|
||||||
// Summary -------------------------------------------------------------
|
// Summary -------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue