forked from 0x2620/pandora
bring padma info view in line with config(topic)
This commit is contained in:
parent
ff38db7751
commit
ad427d9b57
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ pandora.ui.infoView = function(data) {
|
|||
borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8,
|
||||
margin = 16,
|
||||
nameKeys = ['director', 'cinematographer', 'featuring'],
|
||||
listKeys = nameKeys.concat(['language', 'topics', 'license', 'groups']),
|
||||
listKeys = nameKeys.concat(['language', 'topic', 'license', 'groups']),
|
||||
statisticsWidth = 128,
|
||||
|
||||
$bar = Ox.Bar({size: 16})
|
||||
|
@ -301,7 +301,7 @@ pandora.ui.infoView = function(data) {
|
|||
|
||||
renderGroup(['director', 'cinematographer', 'featuring']);
|
||||
|
||||
renderGroup(['topics']);
|
||||
renderGroup(['topic']);
|
||||
|
||||
// Summary -------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue