From eff4c311fa454dfbbcb0d0109dc3f86b43b80584 Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 1 Dec 2021 15:34:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AD=EC=A0=9C=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp index f42b2ba6..3a2c080d 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp @@ -100,7 +100,7 @@ $(document).ready(function() { depth1 = $(this).parents('.depth2').siblings('.depth1-check').find('label').text(); depth2 = $("label[for='"+$(this).attr('id')+"']").text(); - html = "
  • "+ depth2 +"
  • " + html = "
  • " $(this).parents('.depth2').siblings('.depth1-check').find('input').prop('checked', true); $(this).parents('.conditions-box').siblings('.selected-conditions').find('.conditions').append(html);