no preview in batch edit
This commit is contained in:
parent
c3840970c4
commit
6de857fbd0
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
}
|
||||
|
||||
// Preview
|
||||
if (data.extension == 'pdf') {
|
||||
if (data.extension == 'pdf' && !isMultiple) {
|
||||
var $div = $('<div>').css({
|
||||
marginTop: '12px',
|
||||
}).html(
|
||||
|
|
Loading…
Reference in a new issue