minor changes

This commit is contained in:
coderaiser 2012-08-17 10:58:24 -04:00
parent 32c694a7fe
commit b3d55fdec3

View file

@ -52,7 +52,7 @@ CloudCommander.Menu.getConfig = (function(){
var lCurrent = lThis.getCurrentFile();
var lLink = lThis.getByTag('a', lCurrent)[0].href;
console.log('downloadin file ' + lLink +'...');
console.log('downloading file ' + lLink +'...');
lLink = lLink + '?download';
var lId = lThis.getIdBySrc(lLink);