summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-02 00:02:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-02 00:02:03 +0900
commitec4f3595b9f8a845b27c07ced517d00377e4942c (patch)
tree475687132302ff7bdc49548ff40aa474eb79123a /src
parentv2801 (diff)
downloadsharkey-ec4f3595b9f8a845b27c07ced517d00377e4942c.tar.gz
sharkey-ec4f3595b9f8a845b27c07ced517d00377e4942c.tar.bz2
sharkey-ec4f3595b9f8a845b27c07ced517d00377e4942c.zip
Improve usability
Diffstat (limited to 'src')
-rw-r--r--src/web/app/ch/tags/channel.tag5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag
index 57cedf10d4..4c1e66963f 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 => {