mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
formatted code and deleted extra code from download.js
This commit is contained in:
@@ -92,7 +92,7 @@ class FileSender extends EventEmitter {
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
xhr.open('post', '/upload/' + fileId, true);
|
||||
xhr.send(fd);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user