mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-18 00:45:52 +00:00
fix a merge conflict mistake for upload errors
This commit is contained in:
parent
e030c07f94
commit
42aab4dca1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue