mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
feature(dom) loadMenu: add error
This commit is contained in:
parent
677eca4d7e
commit
8d97640fee
1 changed files with 2 additions and 2 deletions
|
|
@ -409,9 +409,9 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
];
|
||||
|
||||
Images.showLoad();
|
||||
DOM.load.parallel(files, function() {
|
||||
DOM.load.parallel(files, function(error) {
|
||||
Images.hide();
|
||||
Util.exec(callback);
|
||||
Util.exec(callback, error);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue