We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055a012 commit 6bf96aeCopy full SHA for 6bf96ae
Resources/public/js/ajax-uploader.js
@@ -115,7 +115,7 @@ let $ = jQuery;
115
processData: false,
116
data: formData
117
}).done(function(response) {
118
- let previewElement = $('.afb_preview_' + uploadId);
+ let previewElement = container.find('.afb_preview_' + uploadId);
119
120
previewElement.addClass('afb_upload_complete');
121
previewElement.removeClass('afb_upload_progressing');
0 commit comments