From f87d020d68f261353a650983eac25098429145a8 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 24 Jun 2013 15:16:21 +0900 Subject: [PATCH] =?UTF-8?q?#245=20=EC=A3=BC=EB=AC=B8=ED=8F=BC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=B3=B4=EC=95=88=ED=94=84=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EB=9E=A8=20=EC=B2=B4=ED=81=AC=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=8B=A4=ED=96=89=20=EB=94=9C=EB=A0=88=EC=9D=B4=20?= =?UTF-8?q?0.5=EC=B4=88=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/orderform.php b/shop/orderform.php index aa116b133..6ec809b10 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -106,7 +106,7 @@ function init_pay_button() * setTimeout 에 2번째 변수 0은 딜레이 시간 0은 딜래이 없음을 의미 * - 김민수 - 20101018 - */ -setTimeout("init_pay_button();",1000); +setTimeout("init_pay_button();",500);