From 447b1c705d88be5f49738f295eb0680ef3dec7dc Mon Sep 17 00:00:00 2001 From: JSYOO Date: Fri, 3 Dec 2021 14:37:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=B9=EC=B7=A8=EC=95=BD=EC=A0=90=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EC=A4=91=20=EC=83=9D=EA=B8=B4=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/nlib/collection/searchList.jsp | 11 ++--------- src/main/webapp/js/search/util.js | 2 -- 2 files changed, 2 insertions(+), 11 deletions(-) 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 5722628f..93c1bed0 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp @@ -189,14 +189,7 @@ function fnTabMoveSch(collection){ fnFilterSch(); } function fnFilterSch(){ - if($("#query").val() != "" && $("#reQuery").val() != "") - { - if($("#filter_mylist").val().indexOf("search_query") == 0) - { - $("#filter_mylist").val($("#filter_mylist").val() + "search_query,"); - } - } - document.referencelistForm.action="/search/searchList.do"; + document.referencelistForm.action="/search/searchListCondition.do"; document.referencelistForm.submit(); } @@ -216,7 +209,7 @@ function fn_search_article(pageIndex) { -
+ diff --git a/src/main/webapp/js/search/util.js b/src/main/webapp/js/search/util.js index db1e0e57..668b659f 100644 --- a/src/main/webapp/js/search/util.js +++ b/src/main/webapp/js/search/util.js @@ -240,7 +240,6 @@ util = (function( w, $ ) { getBytes: getBytes, setEnterkeyEnabled: setEnterkeyEnabled, getPath: getPath, - downloadFile:downloadFile, updateFile:updateFile, clearFile:clearFile, deleteFile:deleteFile, @@ -253,7 +252,6 @@ util = (function( w, $ ) { setLocation:setLocation, nl2br:nl2br, isWindowSmall:isWindowSmall, - risDownloadFile:risDownloadFile, assetImgUrl:assetImgUrl, uploadImgUrl:uploadImgUrl, docView:docView,