Skip to content

Commit e4aaf40

Browse files
authored
Merge pull request #24 from safesoftware/master
Add upload authentication changes to production
2 parents 29aab1d + a440f21 commit e4aaf40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎v1.1/FMEServer.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ var FMEServer = ( function() {
427427
params.append('files[]', files.files[i]);
428428
}
429429

430-
params.append('token', token);
430+
url = url + '?token=' + token;
431431
ajax(url, callback, 'POST', params);
432432
}
433433
},

0 commit comments

Comments
 (0)