| @@ -102,7 +102,7 @@ function initPageInfo(){ | |||||
| function searchItem(type,sortType){ | function searchItem(type,sortType){ | ||||
| console.log("enter item 2."); | console.log("enter item 2."); | ||||
| currentSearchKeyword = document.getElementById("keyword_input").value; | currentSearchKeyword = document.getElementById("keyword_input").value; | ||||
| sessionStorage.setItem("searchLabel",false); | |||||
| sessionStorage.removeItem("searchLabel"); | |||||
| if(!isEmpty(currentSearchKeyword)){ | if(!isEmpty(currentSearchKeyword)){ | ||||
| initPageInfo(); | initPageInfo(); | ||||
| currentSearchTableName = itemType[type]; | currentSearchTableName = itemType[type]; | ||||
| @@ -122,7 +122,7 @@ function search(){ | |||||
| if(!isEmpty(currentSearchKeyword)){ | if(!isEmpty(currentSearchKeyword)){ | ||||
| currentSearchKeyword = currentSearchKeyword.trim(); | currentSearchKeyword = currentSearchKeyword.trim(); | ||||
| } | } | ||||
| sessionStorage.setItem("searchLabel",false); | |||||
| sessionStorage.removeItem("searchLabel"); | |||||
| $('#searchForm').addClass("hiddenSearch"); | $('#searchForm').addClass("hiddenSearch"); | ||||
| initPageInfo(); | initPageInfo(); | ||||
| if(!isEmpty(currentSearchKeyword)){ | if(!isEmpty(currentSearchKeyword)){ | ||||