no link if isMultiple
This commit is contained in:
parent
8ad02fb30d
commit
ee17d0cf03
1 changed files with 16 additions and 14 deletions
|
@ -421,6 +421,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
renderRightsLevel();
|
||||
|
||||
// Links
|
||||
if (!isMultiple) {
|
||||
$('<div>')
|
||||
.css({marginTop: '16px', marginBottom: '16px', pointer: 'cursor'})
|
||||
.append('')
|
||||
|
@ -435,6 +436,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
})
|
||||
)
|
||||
.appendTo($statistics);
|
||||
}
|
||||
|
||||
function editMetadata(key, value) {
|
||||
if (value != data[key]) {
|
||||
|
|
Loading…
Reference in a new issue