Show message while downloading files.

This commit is contained in:
kovacsv 2017-01-14 10:15:30 +01:00
parent af814b11a5
commit e26886bf6f

View File

@ -420,6 +420,8 @@ ImporterApp.prototype.ProcessFiles = function (fileList, isUrl)
processorFunc = JSM.ConvertURLListToJsonData;
}
var menu = document.getElementById ('menu');
menu.innerHTML = 'Downloading files...';
processorFunc (userFiles, {
onError : function () {
myThis.GenerateError ('No readable file found. You can open 3ds, obj and stl files.');