통합검색 페이지 오류 수정.
parent
ae616b5fbd
commit
09434e72aa
|
|
@ -5,8 +5,10 @@ $(function (){
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
$(document).on('click', '.categoryTr', function (){
|
$(document).on('click', '.categoryTr', function (){
|
||||||
if(confirm(this.innerText+" 페이지로 이동하시겠습니까?")){
|
if(location.pathname.indexOf("contentSearch")<0){
|
||||||
location.href = "/board/contentList?categorySeq="+$(this).attr("data-categoryseq")
|
if(confirm(this.innerText+" 페이지로 이동하시겠습니까?")){
|
||||||
|
location.href = "/board/contentList?categorySeq="+$(this).attr("data-categoryseq")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
$(document).on('click', '.contentTr', function (){
|
$(document).on('click', '.contentTr', function (){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue