Skip to content

Commit

Permalink
MC-41988: JQMIGRATE jQXHR old functions are deprecated and removed (#34)
Browse files Browse the repository at this point in the history
- Fix new-video-dialog
  • Loading branch information
jcuerdo authored May 13, 2021
1 parent b979ce9 commit 69cebe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ define([
}).css('display', 'none');
fu.parent().append(tmpInput);
fileUploader = $(tmpInput).fileupload();
fileUploader.fileupload('send', data).success(function (result, textStatus, jqXHR) {
fileUploader.fileupload('send', data).done(function (result, textStatus, jqXHR) {
tmpInput.remove();
callback.call(null, result, textStatus, jqXHR);
});
Expand Down

0 comments on commit 69cebe6

Please sign in to comment.