Improve form layout

This commit is contained in:
John Furrow
2016-06-02 22:29:13 -07:00
parent 2bb9112d13
commit 1c02bc492e
12 changed files with 92 additions and 60 deletions
+1 -3
View File
@@ -34,9 +34,7 @@ var client = {
// Set the callback for only the last request.
if (index === files.length - 1) {
fileRequest.onComplete((data) => {
callback(data);
});
fileRequest.onComplete(callback);
}
fileRequest.send();