Skip to content

Commit

Permalink
Fix Dropzone upload timeout (#1239)
Browse files Browse the repository at this point in the history
Closes #1238.
  • Loading branch information
jacobmllr95 authored and rhukster committed Oct 9, 2017
1 parent 1f68eb0 commit d3c410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/grav/app/forms/fields/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Dropzone.confirm = (question, accepted, rejected) => {
};

const DropzoneMediaConfig = {
createImageThumbnails: { },
timeout: 0,
thumbnailWidth: 200,
thumbnailHeight: 150,
addRemoveLinks: false,
Expand Down

0 comments on commit d3c410c

Please sign in to comment.