summaryrefslogtreecommitdiff
path: root/src/web/app/desktop/api
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-03 16:39:53 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-03 16:39:53 +0900
commita8f690894008faef57566a9dd2b17ef12d204a6c (patch)
tree78a94a7b03861fb4dad4ffd65e7e5948805ef8c6 /src/web/app/desktop/api
parentFix bug (diff)
downloadsharkey-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.ts2
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');
}
});