mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
32c694a7fe
commit
b3d55fdec3
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