From e26886bf6f5faa9d0cf6cd791ca7e447fee1a9f0 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 14 Jan 2017 10:15:30 +0100 Subject: [PATCH] Show message while downloading files. --- website/include/importerapp.js | 2 ++ 1 file changed, 2 insertions(+) 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.');