forked from 0x2620/pandora
don't show key twice
This commit is contained in:
parent
5af5812179
commit
5ade53a0b5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
'extension', 'dimensions', 'size', 'matches',
|
'extension', 'dimensions', 'size', 'matches',
|
||||||
'created', 'modified', 'accessed',
|
'created', 'modified', 'accessed',
|
||||||
'random', 'entity',
|
'random', 'entity',
|
||||||
'content', 'transcript'
|
'content', 'translation'
|
||||||
].concat(pandora.site.documentKeys.filter(key => { return key.fulltext }).map(key => key.id)),
|
].concat(pandora.site.documentKeys.filter(key => { return key.fulltext }).map(key => key.id)),
|
||||||
statisticsWidth = 128,
|
statisticsWidth = 128,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue