|
@@ -276,9 +276,9 @@ var cfnLoginYes24 = function (requestGb, chkRememberMe) {
|
|
|
let popupX = (window.screen.width / 2) - (popupWidth / 2);
|
|
let popupX = (window.screen.width / 2) - (popupWidth / 2);
|
|
|
let popupY = (window.screen.height / 3) - (popupHeight / 3);
|
|
let popupY = (window.screen.height / 3) - (popupHeight / 3);
|
|
|
if ('P' === _frontGb) {
|
|
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 {
|
|
} else {
|
|
|
- //document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
|
|
|
|
+ document.location.href = actionUrl + '&requestGb=' + requestGb;
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
|