mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 03:12:14 +00:00
Improve form layout
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user