From 8bdddf4cfaabff9ff3d32c4f38a35e927ffbc90e Mon Sep 17 00:00:00 2001 From: com02 Date: Thu, 2 Dec 2021 14:15:58 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=88=20=EC=98=A4=EB=A5=98=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp | 2 +- src/main/webapp/js/default.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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(); /* 인기자료 탭메뉴 */