From b6e3e3c25f362124fe37db6a46074f5a586f4a4e Mon Sep 17 00:00:00 2001 From: com02 Date: Tue, 30 Nov 2021 17:32:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A9=EC=9E=90=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=A0=91=EA=B7=BC=EC=84=B1=20=EB=8B=A4=EC=8B=9C=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/js/default.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js index f7b88a36..8f00589c 100644 --- a/src/main/webapp/js/default.js +++ b/src/main/webapp/js/default.js @@ -198,20 +198,18 @@ $(document).ready(function(){ }); // 소장자료 디테일 목차정보 + $('.down-btn').append('펼치기'); $('.down-btn').click(function(){ if($('.down-btn').hasClass('on') === false) { $(this).addClass('on'); $('.h-down').css('height','auto'); - $('.down-btn .blind').text('펼치기'); + $('.down-btn .blind').text('접기'); } else { $(this).removeClass('on'); $('.h-down').css('height',''); $('.down-btn .blind').text('펼치기'); } }); - $('.down-btn').append('펼치기'); - $('.down-btn .blind').text('펼치기'); - $('.down-btn.on .blind').text('접기'); // 공유하기 팝업 $('.share').click(function(){