From ec4f3595b9f8a845b27c07ced517d00377e4942c Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 2 Nov 2017 00:02:03 +0900 Subject: [PATCH] Improve usability --- src/web/app/ch/tags/channel.tag | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag index 57cedf10d..4c1e66963 100644 --- a/src/web/app/ch/tags/channel.tag +++ b/src/web/app/ch/tags/channel.tag @@ -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 => {