KCP 웹표준 모듈 적용

This commit is contained in:
chicpro
2016-04-21 12:01:23 +09:00
parent b36df4d691
commit 39dae2e214
9 changed files with 75 additions and 147 deletions

View File

@ -40,7 +40,7 @@ if(!$is_mobile_order) {
$g5['body_script'] = ' onload="javascript:enable_click()"';
break;
default:
$g5['body_script'] = ' onload="CheckPayplusInstall();"';
$g5['body_script'] = '';
break;
}
}