mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
ferature(dom) openWindow: log -> alert
This commit is contained in:
parent
6a05dc8eea
commit
e55f85480b
1 changed files with 1 additions and 1 deletions
|
|
@ -1945,7 +1945,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
|
||||
var lWind = window.open(pUrl, 'Cloud Commander Auth', lOptions);
|
||||
if (!lWind)
|
||||
Util.log('Pupup blocked!');
|
||||
Dialog.alert("Please disable your popup blocker and try again.");
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue