mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore(menu) jscs
This commit is contained in:
parent
a2a308f5ef
commit
c0853c4560
1 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO;
|
|||
isDir = DOM.isCurrentIsDir(file),
|
||||
dir = isDir ? '&&json' : '';
|
||||
|
||||
CloudCmd.log('downloading file ' + path +'...');
|
||||
CloudCmd.log('downloading file ' + path + '...');
|
||||
|
||||
path = apiURL + FS + path + '?download' + dir;
|
||||
|
||||
|
|
@ -250,7 +250,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO;
|
|||
name : 'iframe',
|
||||
async : false,
|
||||
className : 'hidden',
|
||||
src : path,
|
||||
src : path
|
||||
});
|
||||
|
||||
setTimeout(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue