fix a merge conflict mistake for upload errors
This commit is contained in:
parent
e030c07f94
commit
42aab4dca1
|
@ -73,7 +73,7 @@ Dropzone.options.dropzone = {
|
|||
file.cancelActionElement = deleteAction;
|
||||
file.fileActions.appendChild(deleteAction);
|
||||
},
|
||||
error: function(file, errMsg, xhrO) {
|
||||
error: function(file, resp, xhrO) {
|
||||
file.fileActions.removeChild(file.cancelActionElement);
|
||||
file.fileActions.removeChild(file.progressElement);
|
||||
|
||||
|
|
Loading…
Reference in New Issue