Show message while downloading files.
This commit is contained in:
parent
af814b11a5
commit
e26886bf6f
@ -420,6 +420,8 @@ ImporterApp.prototype.ProcessFiles = function (fileList, isUrl)
|
|||||||
processorFunc = JSM.ConvertURLListToJsonData;
|
processorFunc = JSM.ConvertURLListToJsonData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var menu = document.getElementById ('menu');
|
||||||
|
menu.innerHTML = 'Downloading files...';
|
||||||
processorFunc (userFiles, {
|
processorFunc (userFiles, {
|
||||||
onError : function () {
|
onError : function () {
|
||||||
myThis.GenerateError ('No readable file found. You can open 3ds, obj and stl files.');
|
myThis.GenerateError ('No readable file found. You can open 3ds, obj and stl files.');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user