Browse Source

提交代码。

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

+ 2
- 2
public/home/search.js View File

@@ -165,7 +165,7 @@ function initDiv(isSearchLabel=false){
document.getElementById("pr_item").style.display="block";
document.getElementById("user_item").style.display="block";
document.getElementById("org_item").style.display="block";
document.getElementById("find_id").innerHTML="找到";
document.getElementById("find_id").innerHTML=getLabel(isZh,"search_finded");
}
}

@@ -254,7 +254,7 @@ function displayPrResult(page,jsonResult,onlyReturnNum,keyword){
if(!onlyReturnNum){
setActivate("pr_item");
$('#keyword_desc').text(keyword);
$('#obj_desc').text("合并请求");
$('#obj_desc').text(getLabel(isZh,"search_pr"));
$('#child_total').text(total);

setIssueOrPrInnerHtml(data,"pulls");


Loading…
Cancel
Save