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); }