보안프로그램 설치 체크스크립트 실행 위치 문서하단으로 변경
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();",500);
|
//setTimeout("init_pay_button();",500);
|
||||||
</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">
|
||||||
@ -954,6 +954,8 @@ setTimeout("init_pay_button();",500);
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
setTimeout("init_pay_button();",300);
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
var $cp_btn_el;
|
var $cp_btn_el;
|
||||||
var $cp_row_el;
|
var $cp_row_el;
|
||||||
|
|||||||
Reference in New Issue
Block a user