mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 07:34:16 +00:00
feature(dom) copy, move files: add spinner
This commit is contained in:
parent
0e8e94324b
commit
0c99d9caa9
1 changed files with 4 additions and 0 deletions
|
|
@ -1512,6 +1512,10 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
if (name === '..') {
|
||||
Dialog.alert('No files selected!');
|
||||
} else {
|
||||
Images.showLoad({
|
||||
top:true
|
||||
});
|
||||
|
||||
if (!data)
|
||||
to = Dialog.prompt(msg, to);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue