mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(operation) speed up
This commit is contained in:
parent
bea26927e0
commit
d872a4f0c8
1 changed files with 3 additions and 5 deletions
|
|
@ -47,11 +47,9 @@
|
|||
if (error)
|
||||
alert(error);
|
||||
else if (config.progress)
|
||||
load(function() {
|
||||
create(callback);
|
||||
});
|
||||
else
|
||||
callback();
|
||||
load(create);
|
||||
|
||||
callback();
|
||||
});
|
||||
},
|
||||
function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue