From 7d90b6895095d4e3d0ddf7c4248f3dbae9e02d83 Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 1 Dec 2021 17:19:27 +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 fb38918f..7da59dd7 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); }