updated comment

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@133431 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-10-24 10:03:37 +00:00
parent f61aca15ef
commit 98b4ee5354
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ public class MultipleDNDUpload extends LayoutPanel implements HasWorskpaceUpload
xhr.onreadystatechange=function() {
if (xhr.readyState === 4){ //if complete
if(xhr.status === 200 || xhr.status === 201){ //check is "OK" (200) or is "Accepted" (201)
if(xhr.status === 200 || xhr.status === 201){ //either is "OK" (200) or is "Accepted" (201)
// console.log("status is OK");
//success
} else {