diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 9fe9371..c37cfef 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -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.');