mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
fixed js error in composer
This commit is contained in:
@@ -552,6 +552,7 @@ define(['taskbar'], function(taskbar) {
|
|||||||
if(items && items.length) {
|
if(items && items.length) {
|
||||||
|
|
||||||
var blob = items[0].getAsFile();
|
var blob = items[0].getAsFile();
|
||||||
|
if(blob) {
|
||||||
blob.name = 'upload-'+ utils.generateUUID();
|
blob.name = 'upload-'+ utils.generateUUID();
|
||||||
|
|
||||||
var fd = new FormData();
|
var fd = new FormData();
|
||||||
@@ -560,6 +561,7 @@ define(['taskbar'], function(taskbar) {
|
|||||||
fileForm[0].reset();
|
fileForm[0].reset();
|
||||||
uploadSubmit([blob], post_uuid, '/api/post/upload', fd);
|
uploadSubmit([blob], post_uuid, '/api/post/upload', fd);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user