홈 오류수정
This commit is contained in:
parent
7b7cf0563f
commit
8bdddf4cfa
@ -525,7 +525,7 @@ function fn_listPops(typeDivCd) {
|
||||
this.allowSlidePrev = this.allowSlideNext = false; // disabling swiping
|
||||
//this.el.querySelector(".swiper-button-prev").style.visibility = "hidden"; // hiding arrows prev&next
|
||||
//this.el.querySelector(".swiper-button-next").style.visibility = "hidden";
|
||||
this.querySelector(".swiper-pagination").style.visibility = "hidden";
|
||||
$(".swiper-pagination").css('visibility','hidden');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -23,7 +23,6 @@ $(document).ready(function(){
|
||||
$('.location-box .loc li.on *').remove('');
|
||||
$('.location .inner .row-top .arr img').attr('alt','');
|
||||
$('.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1) em.next').append('<span class="ir">다음</span>');
|
||||
$('.map .inner .row-bottom .map-box .info .mapimg #map div a').empty();
|
||||
|
||||
|
||||
/* 인기자료 탭메뉴 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user