mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 20:53:02 +00:00
feature(rest) add unzip
This commit is contained in:
parent
83aa10660c
commit
41654e09d3
12 changed files with 66 additions and 4 deletions
|
|
@ -189,7 +189,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
},
|
||||
'Delete' : DOM.promptDelete,
|
||||
'(Un)Select All': DOM.toggleAllSelectedFiles,
|
||||
'Zip file' : DOM.zipFile
|
||||
'Zip file' : DOM.zipFile,
|
||||
'Unzip file' : DOM.unzipFile
|
||||
};
|
||||
|
||||
if (UploadToItemNames.length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue