diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-22 19:29:29 +0900 |
|---|---|---|
| committer | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-22 19:29:29 +0900 |
| commit | 2c78f49704173246ff4536de0030dfc17e306535 (patch) | |
| tree | fe1621694ffb894da15bf401082077a7d9de4563 /src/web | |
| parent | Update post-form.tag (diff) | |
| download | misskey-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.tag | 2 |
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); |