Disabled thumbnail generating in the uploader

This commit is contained in:
alekseybobkov 2015-03-15 22:24:47 -07:00
parent dc4cb12402
commit e86a463e49

View File

@ -499,6 +499,7 @@
method: 'POST',
url: window.location,
paramName: 'file_data',
createImageThumbnails: false
// fallback: implement method that would set a flag that the uploader is not supported by the browser
}