update
This commit is contained in:
parent
a620a8e384
commit
560f552d47
2 changed files with 64 additions and 62 deletions
|
|
@ -225,7 +225,9 @@ pandora.ui.infoView = function(data) {
|
|||
|
||||
// Director, Date and Country ----------------------------------------------
|
||||
|
||||
renderGroup(['director', 'date', 'country']);
|
||||
renderGroup(['director', 'location', 'date']);
|
||||
|
||||
renderGroup(['tags']);
|
||||
|
||||
// Summary -----------------------------------------------------------------
|
||||
|
||||
|
|
@ -261,6 +263,8 @@ pandora.ui.infoView = function(data) {
|
|||
.appendTo($text);
|
||||
}
|
||||
|
||||
renderGroup(['source']);
|
||||
|
||||
// Duration, Aspect Ratio --------------------------------------------------
|
||||
|
||||
['duration', 'aspectratio'].forEach(function(key) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue