diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-02 00:02:03 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-02 00:02:03 +0900 |
| commit | ec4f3595b9f8a845b27c07ced517d00377e4942c (patch) | |
| tree | 475687132302ff7bdc49548ff40aa474eb79123a /src | |
| parent | v2801 (diff) | |
| download | sharkey-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.tag | 5 |
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 => { |