#245 주문폼에서 보안프로그램 체크 스크립트 실행 딜레이 0.5초 변경

This commit is contained in:
chicpro
2013-06-24 15:16:21 +09:00
parent 0c17c5c02f
commit f87d020d68

View File

@ -106,7 +106,7 @@ function init_pay_button()
* setTimeout 에 2번째 변수 0은 딜레이 시간 0은 딜래이 없음을 의미
* - 김민수 - 20101018 -
*/
setTimeout("init_pay_button();",1000);
setTimeout("init_pay_button();",500);
</script>
<form name="forderform" method="post" action="<?php echo $order_action_url; ?>" onsubmit="return forderform_check(this);" autocomplete="off">