Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit fbf5d16

Browse files
committed
change default formData to null
1 parent 61efb32 commit fbf5d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/images.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
captions: true,
1414
captionPlaceholder: 'Type caption for image (optional)',
1515
autoGrid: 3,
16-
formData: {}, // DEPRECATED: Use fileUploadOptions instead
16+
formData: null, // DEPRECATED: Use fileUploadOptions instead
1717
fileUploadOptions: { // See https://github.com/blueimp/jQuery-File-Upload/wiki/Options
1818
url: 'upload.php',
1919
acceptFileTypes: /(\.|\/)(gif|jpe?g|png)$/i

0 commit comments

Comments
 (0)