forked from 0x2620/pandora
only show content/transcript once
This commit is contained in:
parent
82615cfb18
commit
8fa00f31a8
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
'user', 'rightslevel', 'timesaccessed',
|
||||
'extension', 'dimensions', 'size', 'matches',
|
||||
'created', 'modified', 'accessed',
|
||||
'random', 'entity'
|
||||
'random', 'entity',
|
||||
'content', 'transcript'
|
||||
].concat(pandora.site.documentKeys.filter(key => { return key.fulltext }).map(key => key.id)),
|
||||
statisticsWidth = 128,
|
||||
|
||||
|
|
Loading…
Reference in a new issue