ferature(dom) openWindow: log -> alert

This commit is contained in:
coderaiser 2013-11-22 08:39:48 +00:00
parent 6a05dc8eea
commit e55f85480b

View file

@ -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.");
};
/**