Fixed a bug that prevented the "Upload to SD" button from working
Introduced with the bug fix for #1196 Closes #1224
This commit is contained in:
parent
fe134e7986
commit
0a3dc4b354
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ $(function() {
|
|||
|
||||
self._enableSdDropzone = function(enable) {
|
||||
var options = {
|
||||
url: API_BASEURL + "files/local",
|
||||
url: API_BASEURL + "files/sdcard",
|
||||
dataType: "json",
|
||||
dropZone: enable ? self.sdTarget : null,
|
||||
done: self._handleUploadDone,
|
||||
|
|
|
|||
Loading…
Reference in a new issue