본인확인 실서비스 설정시 사이트코드 입력 필드 보이도록 수정
This commit is contained in:
@ -739,7 +739,9 @@ $pg_anchor = '<ul class="anchor">
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(function(){
|
$(function(){
|
||||||
|
<?php if($config['cf_kcpcert_use'] != 1) { ?>
|
||||||
$('.cf_cert_kcp').addClass('cf_cert_kcp_hide');
|
$('.cf_cert_kcp').addClass('cf_cert_kcp_hide');
|
||||||
|
<?php } ?>
|
||||||
$('#cf_cert_kcpuse').change(function(){
|
$('#cf_cert_kcpuse').change(function(){
|
||||||
var cf_cert_kcp_sel = $('#cf_cert_kcpuse option:selected').val();
|
var cf_cert_kcp_sel = $('#cf_cert_kcpuse option:selected').val();
|
||||||
if (cf_cert_kcp_sel == 1)
|
if (cf_cert_kcp_sel == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user