From f66dec836f0f6cf4227e4dcf96d1d614da5e0138 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 28 Jun 2013 09:28:42 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=B0=EC=A0=9C=20=EB=AA=A8=EB=93=88=20?= =?UTF-8?q?=EC=84=A4=EC=B9=98=20=EC=95=88=EB=82=B4=20=EB=A9=94=EC=84=B8?= =?UTF-8?q?=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderform.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shop/orderform.php b/shop/orderform.php index a5c5618a6..cee60a6b8 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -73,14 +73,16 @@ function CheckPayplusInstall() if (inst == 0) { alert("Microsoft Internet Exploer 외의 환경에서 이용하시려면 KCP 플러그인을 설치하셔야 합니다. 확인을 누르시면 플러그인 다운로드창이 호출됩니다. 설치후에는 반드시 브라우저를 재시작 하십시오."); + document.getElementById("display_setup_message_top").style.display = "block" ; + document.getElementById("display_setup_message").style.display = "block" ; document.getElementById("display_setup_message").scrollIntoView(); + document.location.href = GetInstallFile(); } else if (inst == 2) { alert("플러그인이 업데이트 되었습니다. 재설치 하시고 진행해 주시기 바랍니다. 재설치 후에는 반드시 브라우저를 재시작 하십시오."); } - document.location.href = GetInstallFile(); return false; } }