more links
This commit is contained in:
parent
505e300e60
commit
ee57469523
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
margin = 16,
|
margin = 16,
|
||||||
nameKeys = [
|
nameKeys = [
|
||||||
"group",
|
"group",
|
||||||
"source"
|
"source",
|
||||||
|
"publication",
|
||||||
|
"format",
|
||||||
].concat(pandora.site.documentKeys.filter(function(key) {
|
].concat(pandora.site.documentKeys.filter(function(key) {
|
||||||
return key.sortType == 'person';
|
return key.sortType == 'person';
|
||||||
}).map(function(key) {
|
}).map(function(key) {
|
||||||
|
|
Loading…
Reference in a new issue