mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 11:02:58 +00:00
Back to jquery
This commit is contained in:
parent
e94b7e192e
commit
87dc8cc056
@ -33,7 +33,7 @@ export default class WindowHandler {
|
||||
if (this.fileHandler.isSupported) {
|
||||
$('#send-file').click((e) => {
|
||||
e.preventDefault();
|
||||
document.getElementById('fileInput').click();
|
||||
$('#fileInput').trigger('click');
|
||||
});
|
||||
} else {
|
||||
$('#send-file').remove();
|
||||
|
Loading…
x
Reference in New Issue
Block a user