충돌 수정

This commit is contained in:
thisgun
2018-11-21 16:41:48 +09:00
25 changed files with 92 additions and 46 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" );