fix a merge conflict mistake for upload errors

This commit is contained in:
mutantmonkey 2015-10-04 15:13:53 -07:00
parent e030c07f94
commit 42aab4dca1
1 changed files with 1 additions and 1 deletions

View File

@ -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);