feature(dom) copy, move files: add spinner

This commit is contained in:
coderaiser 2014-08-28 04:16:07 -04:00
parent 0e8e94324b
commit 0c99d9caa9

View file

@ -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);