Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.3.2^2
zouap 3 years ago
parent
commit
4b62d9eb23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      public/home/search.js

+ 1
- 0
public/home/search.js View File

@@ -124,6 +124,7 @@ function search(){
$('#searchForm').addClass("hiddenSearch");
initPageInfo();
if(!isEmpty(currentSearchKeyword)){
document.getElementById("find_id").innerHTML=getLabel(isZh,"search_finded");
currentSearchSortBy = sortBy[10];
currentSearchAscending = "false";
OnlySearchLabel =false;


Loading…
Cancel
Save