Internal: dropZone parameter was speficied incorrectly, assigning larger area to dropzone for multiple-upload - refs #4863

Author: @TheTomcat14
pull/4909/head
TheTomcat14 2 years ago committed by GitHub
parent 56d89725e4
commit 52ae100f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main/inc/lib/formvalidator/FormValidator.class.php

@ -1899,7 +1899,7 @@ EOT;
previewMaxWidth: 300,
previewMaxHeight: 169,
previewCrop: true,
dropzone: $('#dropzone'),
dropZone: $('#dropzone'),
maxChunkSize: 10000000, // 10 MB
sequentialUploads: true,
}).on('fileuploadchunksend', function (e, data) {

Loading…
Cancel
Save