Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
개인결제 팝업 js 파일 누락 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chicpro committed Dec 16, 2015
1 parent ecd0876 commit 7799b25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions adm/shop_admin/personalpayform.php
Expand Up @@ -276,8 +276,10 @@ function form_check(f)
</script>

<?php
if($popup == 'yes')
if($popup == 'yes') {
echo '<script src="'.G5_ADMIN_URL.'/admin.js"></script>'.PHP_EOL;
include_once(G5_PATH.'/tail.sub.php');
else
} else {
include_once (G5_ADMIN_PATH.'/admin.tail.php');
}
?>

0 comments on commit 7799b25

Please sign in to comment.