From e55f85480b97f7ad6cec3106e5f9ff8724180d41 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 22 Nov 2013 08:39:48 +0000 Subject: [PATCH] ferature(dom) openWindow: log -> alert --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index f0804880..df81f6cf 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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."); }; /**