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

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

View File

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