본인확인 실서비스 설정시 사이트코드 입력 필드 보이도록 수정
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user