|
|
@@ -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"); |
|
|
|