From 835593d324e1e93ccb3c6e92765e8687422ea502 Mon Sep 17 00:00:00 2001 From: JSYOO Date: Wed, 17 Nov 2021 12:18:40 +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 --- src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp index f4197a66..38ee9178 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp @@ -145,7 +145,7 @@ function goSearchNculture() { $(collection).attr("name", "collection"); $(collection).attr("value","reference_Coll"); form.appendChild(collection); - + if(!fn_isEmpty($("#query").val())) { var query = document.createElement("input");