From f9229af6469d915bdd3c217692410097783545b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Thu, 8 Feb 2024 12:37:32 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/08=202024/02/08=20=EC=9B=B9=EC=A0=91?= =?UTF-8?q?=EA=B7=BC=EC=84=B1=201=EC=B0=A8=20=EC=8B=AC=EC=82=AC=20?= =?UTF-8?q?=ED=9B=84=20=EC=88=98=EC=A0=95?= 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 | 3 +++ 1 file changed, 3 insertions(+) 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 e1e80b68..fda5c5f5 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -23,6 +23,9 @@ $(document).ready(function (){ $("#layer_pop_").fadeIn(); }; + + //웹접근성>알림판 aria 속성 삭제 + $(".swiper-slide").removeAttr("aria-label"); });