Skip to content
Snippets Groups Projects
Commit d9e5ba64 authored by juanf's avatar juanf
Browse files

SSDM-2928 : bugfix, API Uploader weird errors

SVN: 36051
parent 7729a885
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ var Uploader = new function () { ...@@ -133,7 +133,7 @@ var Uploader = new function () {
function showUploadingError(id) { function showUploadingError(id) {
Util.showError("Uploading of \'" + progress[id].file.name + "\' failed"); alert("Uploading of \'" + progress[id].file.name + "\' failed");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment