From a222e1152297c50bda87561efdbf62ef6620e046 Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 1 Dec 2021 17:23:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=B0=8B?= 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 7da59dd7..9d34f06b 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp @@ -106,7 +106,7 @@ $(document).ready(function() { $(this).parents('.conditions-box').siblings('.selected-conditions').find('.conditions').append(html); } else { - $("button[name="+$(this).attr('id')+"]").remove(); + $("button[name="+$(this).attr('id')+"]").remove(); if ($(this).parents('.depth2').find('input:checked').length <= 0) { $(this).parents('.depth2').siblings('.depth1-check').find('input').prop('checked', false); }