|
|
@@ -222,9 +222,9 @@ var cfnLoginNaver = function (requestGb, chkRememberMe) {
|
|
|
let popupX = (window.screen.width / 2) - (popupWidth / 2);
|
|
|
let popupY = (window.screen.height / 3) - (popupHeight / 3);
|
|
|
if ('P' === _frontGb) {
|
|
|
- window.open(actionUrl, 'naverLogin', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
|
|
|
+ //window.open(actionUrl, 'naverLogin', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
|
|
|
} else {
|
|
|
- document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
+ //document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
}
|
|
|
};
|
|
|
|
|
|
@@ -248,9 +248,9 @@ var cfnLoginKakao = function (requestGb, chkRememberMe) {
|
|
|
let popupX = (window.screen.width / 2) - (popupWidth / 2);
|
|
|
let popupY = (window.screen.height / 3) - (popupHeight / 3);
|
|
|
if ('P' === _frontGb) {
|
|
|
- window.open(actionUrl, 'kakaoLogin', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
|
|
|
+ //window.open(actionUrl, 'kakaoLogin', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
|
|
|
} else {
|
|
|
- document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
+ //document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
}
|
|
|
};
|
|
|
|
|
|
@@ -274,9 +274,9 @@ var cfnLoginYes24 = function (requestGb, chkRememberMe) {
|
|
|
let popupX = (window.screen.width / 2) - (popupWidth / 2);
|
|
|
let popupY = (window.screen.height / 3) - (popupHeight / 3);
|
|
|
if ('P' === _frontGb) {
|
|
|
- window.open(actionUrl, 'yes24Login', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
|
|
|
+ //window.open(actionUrl, 'yes24Login', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
|
|
|
} else {
|
|
|
- document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
+ //document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
}
|
|
|
};
|
|
|
|