restrict dropZone to app-content div

This commit is contained in:
Vincent Chan 2016-06-15 09:45:36 +02:00
parent 203a07e7f3
commit 6214420974
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ OC.Upload = {
var self = this;
if ( $('#file_upload_start').exists() ) {
var file_upload_param = {
dropZone: $('#content'), // restrict dropZone to content div
dropZone: $('#app-content'), // restrict dropZone to app-content div
pasteZone: null,
autoUpload: false,
sequentialUploads: true,