summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-02-22 19:29:29 +0900
committersyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-02-22 19:29:29 +0900
commit2c78f49704173246ff4536de0030dfc17e306535 (patch)
treefe1621694ffb894da15bf401082077a7d9de4563 /src/web
parentUpdate post-form.tag (diff)
downloadmisskey-2c78f49704173246ff4536de0030dfc17e306535.tar.gz
misskey-2c78f49704173246ff4536de0030dfc17e306535.tar.bz2
misskey-2c78f49704173246ff4536de0030dfc17e306535.zip
Update uploader.tag
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/common/tags/uploader.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/uploader.tag b/src/web/app/common/tags/uploader.tag
index 51520d9abd..d40ac0a6a0 100644
--- a/src/web/app/common/tags/uploader.tag
+++ b/src/web/app/common/tags/uploader.tag
@@ -171,7 +171,7 @@
if (folder) data.append('folder_id', folder);
const xhr = new XMLHttpRequest();
- xhr.open('POST', CONFIG.apiUrl + '/drive/files/create', true);
+ xhr.open('POST', this.CONFIG.apiUrl + '/drive/files/create', true);
xhr.onload = e => {
const driveFile = JSON.parse(e.target.response);