Distinguish between Download (for remote disks/files) and Load (for local disks/files)

This commit is contained in:
Jeff Parsons 2014-11-10 15:42:01 -08:00 • committed by jeffpar
commit afc6c3cbd1
12 changed files with 17 additions and 15 deletions

View file

@ -501,7 +501,7 @@ FDC.prototype.setBinding = function(sHTMLClass, sHTMLType, sBinding, control)
};
}
else {
if (DEBUG) this.log("FileReader support not available, Mount disabled");
if (DEBUG) this.log("Local file support not available");
control.parentNode.removeChild(control);
}
return true;