Improve usability

This commit is contained in:
syuilo 2017-11-02 00:02:03 +09:00
parent a7b7f2a40f
commit ec4f3595b9
1 changed files with 4 additions and 1 deletions

View File

@ -321,7 +321,10 @@
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 => {