@@ -476,8 +476,6 @@ var cfnLoginNaver = function (requestGb, chkRememberMe) {
var frontGb = cfnCheckMobileDevice();
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', '');
- } else if ('A' == frontGb) {
- document.location.href = 'public://?link=' + actionUrl + '&requestGb=' + requestGb;
} else {
document.location.href = actionUrl + '&requestGb=' + requestGb;
}