Skip to content

Commit 11f70c6

Browse files
committed
Always trigger the loadImage action.
1 parent 9ad5b39 commit 11f70c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/jquery.fileupload-image.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
$.blueimp.fileupload.prototype.options.processQueue.unshift(
3737
{
3838
action: 'loadImage',
39+
// Always trigger this action,
40+
// even if the previous action was rejected:
41+
always: true,
3942
fileTypes: '@loadImageFileTypes',
4043
maxFileSize: '@loadImageMaxFileSize',
4144
noRevoke: '@loadImageNoRevoke',

0 commit comments

Comments
 (0)