장문문자 로딩시 데이터 불러오기기능 주석처리

This commit is contained in:
itn 2023-08-31 09:54:10 +09:00
parent c17b9780e7
commit ec1e447fa2

View File

@ -78,9 +78,9 @@ $(document).ready(function() {
//그림문자 리스트 불러오기
document.letterForm.categoryCode.value = "best"
fnPhotoListAjax();
fnLongLetterListBlind();
//문자 리스트 불러오기
//fnLetterListAjax();
//장문문자 로딩시 데이터 불러오기
//fnLongLetterListBlind();
/* 메인-문자샘플 탭 선택 시 활성화 */
$(".tab_depth1 a").click(function() {
@ -666,7 +666,7 @@ function fnLongLetterListBlind(){
//장문, 단문 문자 샘플 로드
function fnLetterListAjax() {
$("#letterLoad").html(""); // 문자 영역 초기화
//$("#letterLoad").html(""); // 문자 영역 초기화
$("#photoLoad").css('display','none')
$("#letterLoad").css('display','block')