Fix SD disabled error

This commit is contained in:
Salandora 2015-10-12 10:20:32 +02:00
parent 12403444c4
commit 1bf46d655d

View file

@ -449,6 +449,9 @@ $(function() {
var drop = (dropzone == "local") ? localTarget : sdTarget;
var url = API_BASEURL + "files/" + dropzone;
if (button === undefined)
return;
button.fileupload({
url: url,
dataType: "json",