fix file id
This commit is contained in:
@@ -103,8 +103,8 @@ function uploadsFinished() {
|
|||||||
let uploadLog = uploader.finishedUploads();
|
let uploadLog = uploader.finishedUploads();
|
||||||
|
|
||||||
if (uploadLog.length === 1) {
|
if (uploadLog.length === 1) {
|
||||||
shareTitle = "Download "+uploadLog[0].name+" here";
|
shareTitle = "Download "+uploadLog[0].fileName+" here";
|
||||||
shareLink = domainURL()+"/u/"+uploadLog[0].id;
|
shareLink = domainURL()+"/u/"+uploadLog[0].fileID;
|
||||||
|
|
||||||
showShareButtons();
|
showShareButtons();
|
||||||
} else if (uploadLog.length > 1) {
|
} else if (uploadLog.length > 1) {
|
||||||
|
Reference in New Issue
Block a user