Usually its not downlading files, just loading them.
This commit is contained in:
parent
03fd625702
commit
ccc2a07206
@ -424,7 +424,11 @@ ImporterApp.prototype.ProcessFiles = function (fileList, isUrl)
|
|||||||
while (menu.lastChild) {
|
while (menu.lastChild) {
|
||||||
menu.removeChild (menu.lastChild);
|
menu.removeChild (menu.lastChild);
|
||||||
}
|
}
|
||||||
menu.innerHTML = 'Downloading files...';
|
if (isUrl) {
|
||||||
|
menu.innerHTML = 'Downloading files...';
|
||||||
|
} else {
|
||||||
|
menu.innerHTML = 'Loading files...';
|
||||||
|
}
|
||||||
|
|
||||||
processorFunc (userFiles, {
|
processorFunc (userFiles, {
|
||||||
onError : function () {
|
onError : function () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user