본인확인 실서비스 설정시 사이트코드 입력 필드 보이도록 수정

This commit is contained in:
chicpro
2013-04-25 16:30:50 +09:00
parent 7f93186730
commit 099d879ac5

View File

@ -739,7 +739,9 @@ $pg_anchor = '<ul class="anchor">
<script>
$(function(){
<?php if($config['cf_kcpcert_use'] != 1) { ?>
$('.cf_cert_kcp').addClass('cf_cert_kcp_hide');
<?php } ?>
$('#cf_cert_kcpuse').change(function(){
var cf_cert_kcp_sel = $('#cf_cert_kcpuse option:selected').val();
if (cf_cert_kcp_sel == 1)