diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 16:39:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 16:39:53 +0900 |
| commit | a8f690894008faef57566a9dd2b17ef12d204a6c (patch) | |
| tree | 78a94a7b03861fb4dad4ffd65e7e5948805ef8c6 /src/web/app/desktop/api | |
| parent | Fix bug (diff) | |
| download | sharkey-a8f690894008faef57566a9dd2b17ef12d204a6c.tar.gz sharkey-a8f690894008faef57566a9dd2b17ef12d204a6c.tar.bz2 sharkey-a8f690894008faef57566a9dd2b17ef12d204a6c.zip | |
:v:
Diffstat (limited to 'src/web/app/desktop/api')
| -rw-r--r-- | src/web/app/desktop/api/choose-drive-file.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/api/choose-drive-file.ts b/src/web/app/desktop/api/choose-drive-file.ts index 8920362445..fbda600e6e 100644 --- a/src/web/app/desktop/api/choose-drive-file.ts +++ b/src/web/app/desktop/api/choose-drive-file.ts @@ -23,7 +23,7 @@ export default function(opts) { }; window.open(url + '/selectdrive', - 'drive_window', + 'choose_drive_window', 'height=500, width=800'); } }); |