Skip to content

Commit

Permalink
tweaking flash error response without body
Browse files Browse the repository at this point in the history
  • Loading branch information
Danial Farid authored and Danial Farid committed Sep 24, 2014
1 parent 57904c6 commit 05a3a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/war/js/angular-file-upload-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (window.XMLHttpRequest) {
xhr.getAllResponseHeaders = function(){};
_this.complete(null, {status: 204, statusText: 'No Content'});
}
}, 3000);
}, 5000);
}
},
headers: xhr.__requestHeaders
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-file-upload-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (window.XMLHttpRequest) {
xhr.getAllResponseHeaders = function(){};
_this.complete(null, {status: 204, statusText: 'No Content'});
}
}, 3000);
}, 5000);
}
},
headers: xhr.__requestHeaders
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-file-upload-shim.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05a3a55

Please sign in to comment.