보안프로그램 설치 체크스크립트 실행 위치 문서하단으로 변경

This commit is contained in:
chicpro
2013-06-25 08:52:22 +09:00
parent 6668fbf823
commit 69b8d5914c

View File

@ -106,7 +106,7 @@ function init_pay_button()
* setTimeout 에 2번째 변수 0은 딜레이 시간 0은 딜래이 없음을 의미
* - 김민수 - 20101018 -
*/
setTimeout("init_pay_button();",500);
//setTimeout("init_pay_button();",500);
</script>
<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>
<script>
setTimeout("init_pay_button();",300);
$(function() {
var $cp_btn_el;
var $cp_row_el;