diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index 9becabf6..82947417 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -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'); } } } diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js index 2665065d..d062c413 100644 --- a/src/main/webapp/js/default.js +++ b/src/main/webapp/js/default.js @@ -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('다음'); - $('.map .inner .row-bottom .map-box .info .mapimg #map div a').empty(); /* 인기자료 탭메뉴 */