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 3a2c080d..c2fc5e11 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp @@ -103,7 +103,7 @@ $(document).ready(function() { html = "
" $(this).parents('.depth2').siblings('.depth1-check').find('input').prop('checked', true); - $(this).parents('.conditions-box').siblings('.selected-conditions').find('.conditions').append(html); + $(this).parents('.conditions-box').siblings('.selected-conditions').find('.conditions').append(html); } else { $("button[name="+$(this).attr('id')+"]").remove();