웹취약점 수정중 생긴문제 제거
This commit is contained in:
parent
b536f05bc4
commit
447b1c705d
@ -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) {
|
||||
</script>
|
||||
|
||||
<!-- 소장자료 섹션 -->
|
||||
<form name="referencelistForm" id="referencelistForm" method="post" action="/search/searchList.do">
|
||||
<form name="referencelistForm" id="referencelistForm" method="post" action="/search/searchListCondition.do">
|
||||
<input type="hidden" name="collection" id="collection" value="<c:out value='${searchVO.collection}'/>" />
|
||||
<input type="hidden" id="pageIndex" name="pageIndex" title="페이지번호" value="<c:out value='${searchVO.pageIndex }' />"/>
|
||||
<input type="hidden" id="masterId" name="masterId" value="" />
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user