LGU 본인결제 모바일에서 출력안되는 문제 수정

This commit is contained in:
thisgun
2018-10-18 18:44:24 +09:00
parent c8d41381c9
commit d930b36d61
3 changed files with 26 additions and 13 deletions

View File

@ -1,6 +1,11 @@
// 본인확인 인증창 호출
function certify_win_open(type, url)
function certify_win_open(type, url, event)
{
if (typeof event == "undefined") {
event = window.event;
}
if(type == 'kcb-ipin')
{
var popupWindow = window.open( url, "kcbPop", "left=200, top=100, status=0, width=450, height=550" );