ㅈ주문폼에서 보안프로그램 체크 스크립트 실행 딜레이 1초로 변경
This commit is contained in:
@ -106,7 +106,7 @@ function init_pay_button()
|
|||||||
* setTimeout 에 2번째 변수 0은 딜레이 시간 0은 딜래이 없음을 의미
|
* setTimeout 에 2번째 변수 0은 딜레이 시간 0은 딜래이 없음을 의미
|
||||||
* - 김민수 - 20101018 -
|
* - 김민수 - 20101018 -
|
||||||
*/
|
*/
|
||||||
setTimeout("init_pay_button();",300);
|
setTimeout("init_pay_button();",1000);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<form name="forderform" method="post" action="<?php echo $order_action_url; ?>" onsubmit="return forderform_check(this);" autocomplete="off">
|
<form name="forderform" method="post" action="<?php echo $order_action_url; ?>" onsubmit="return forderform_check(this);" autocomplete="off">
|
||||||
|
|||||||
Reference in New Issue
Block a user