2024/02/08 2024/02/08 웹접근성 1차 심사 후 수정
This commit is contained in:
parent
06a5c31e90
commit
f9229af646
@ -23,6 +23,9 @@ $(document).ready(function (){
|
|||||||
$("#layer_pop_<c:out value='${popupListData.popupId}' />").fadeIn();
|
$("#layer_pop_<c:out value='${popupListData.popupId}' />").fadeIn();
|
||||||
};
|
};
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
||||||
|
//웹접근성>알림판 aria 속성 삭제
|
||||||
|
$(".swiper-slide").removeAttr("aria-label");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user