mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Improve usability
This commit is contained in:
parent
66bc0d8d27
commit
0d9fed7c65
1 changed files with 4 additions and 1 deletions
|
@ -321,7 +321,10 @@
|
||||||
files: files
|
files: files
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
window.open(CONFIG.url + '/selectdrive?multiple=true', '_blank');
|
|
||||||
|
window.open(CONFIG.url + '/selectdrive?multiple=true',
|
||||||
|
'drive_window',
|
||||||
|
'height=500,width=800');
|
||||||
};
|
};
|
||||||
|
|
||||||
this.onkeydown = e => {
|
this.onkeydown = e => {
|
||||||
|
|
Loading…
Reference in a new issue