결제모듈 설치 체크 스크립트 페이지 하단으로 위치 이동

This commit is contained in:
chicpro
2013-06-28 08:53:04 +09:00
parent b4446c3f5b
commit 7c3b787920

View File

@ -46,8 +46,6 @@ if (file_exists('./settle_'.$default['de_card_pg'].'.inc.php')) {
/* ============================================================================== */ /* ============================================================================== */
?> ?>
<script> <script>
//StartSmartUpdate();
function CheckPayplusInstall() function CheckPayplusInstall()
{ {
if(!ChkBrowser()) if(!ChkBrowser())
@ -82,9 +80,7 @@ function CheckPayplusInstall()
alert("플러그인이 업데이트 되었습니다. 재설치 하시고 진행해 주시기 바랍니다. 재설치 후에는 반드시 브라우저를 재시작 하십시오."); alert("플러그인이 업데이트 되었습니다. 재설치 하시고 진행해 주시기 바랍니다. 재설치 후에는 반드시 브라우저를 재시작 하십시오.");
} }
//document.location.href = GetInstallFile(); document.location.href = GetInstallFile();
var down_win = window.open(GetInstallFile(), "_self");
down_win.close();
return false; return false;
} }
} }
@ -1001,8 +997,6 @@ function get_intall_file()
</div> </div>
<script> <script>
CheckPayplusInstall();
$(function() { $(function() {
var $cp_btn_el; var $cp_btn_el;
var $cp_row_el; var $cp_row_el;
@ -1613,4 +1607,8 @@ function gumae2baesong(f)
<?php <?php
include_once('./_tail.php'); include_once('./_tail.php');
?> ?>
<script>
CheckPayplusInstall();
</script>