mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(dom) Dialog -> DOM.Dialog
This commit is contained in:
parent
3e148bf4ec
commit
732d4fa658
1 changed files with 2 additions and 2 deletions
|
|
@ -269,7 +269,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
SELECTED_FILE = 'selected-file',
|
||||
SelectType = '*.*',
|
||||
TITLE = 'Cloud Commander',
|
||||
Title,
|
||||
Title,
|
||||
TabPanel = {
|
||||
'js-left' : null,
|
||||
'js-right' : null
|
||||
|
|
@ -1324,7 +1324,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
wnd = window.open(url, 'Cloud Commander Auth', options);
|
||||
|
||||
if (!wnd)
|
||||
Dialog.alert(TITLE, 'Please disable your popup blocker and try again.');
|
||||
DOM.Dialog.alert(TITLE, 'Please disable your popup blocker and try again.');
|
||||
|
||||
return wnd;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue