mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
86e3b51496
commit
443be7b675
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue