mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(directory) alert -> Dialog.alert
This commit is contained in:
parent
28e2663aa5
commit
7d70fe6d78
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
Images = DOM.Images,
|
||||
Info = DOM.CurrentInfo,
|
||||
load = DOM.load,
|
||||
Dialog = DOM.Dialog,
|
||||
url = '',
|
||||
array = [
|
||||
'findit',
|
||||
|
|
@ -78,7 +79,7 @@
|
|||
});
|
||||
|
||||
uploader.on('error', function(error) {
|
||||
alert(error);
|
||||
Dialog.alert(error);
|
||||
uploader.abort();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue