From ec1e447fa20768a9b03f2305484bc60f664f00a3 Mon Sep 17 00:00:00 2001 From: itn Date: Thu, 31 Aug 2023 09:54:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EB=AC=B8=EB=AC=B8=EC=9E=90=20?= =?UTF-8?q?=EB=A1=9C=EB=94=A9=EC=8B=9C=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20?= =?UTF-8?q?=EB=B6=88=EB=9F=AC=EC=98=A4=EA=B8=B0=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 819826cc..b3b22dd9 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -78,10 +78,10 @@ $(document).ready(function() { //그림문자 리스트 불러오기 document.letterForm.categoryCode.value = "best" fnPhotoListAjax(); - fnLongLetterListBlind(); - //문자 리스트 불러오기 - //fnLetterListAjax(); + //장문문자 로딩시 데이터 불러오기 + //fnLongLetterListBlind(); + /* 메인-문자샘플 탭 선택 시 활성화 */ $(".tab_depth1 a").click(function() { var tabText = $(this).text(); @@ -666,7 +666,7 @@ function fnLongLetterListBlind(){ //장문, 단문 문자 샘플 로드 function fnLetterListAjax() { - $("#letterLoad").html(""); // 문자 영역 초기화 + //$("#letterLoad").html(""); // 문자 영역 초기화 $("#photoLoad").css('display','none') $("#letterLoad").css('display','block')