Browse Source

提交代码。

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

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

@@ -591,6 +591,9 @@ function setIssueOrPrInnerHtml(data,path){
}

function addBlank(url){
if(url == null){
return url;
}
var tmps = url.split("/");
if(tmps.length == 2){
return tmps[0] + " / " + tmps[1];
@@ -1254,7 +1257,7 @@ var zhCN={
"search_last_page":"Last",
"search_go_to":"Go",
"search_go_page":"Page",
"find_title":" \"<strong class=\"highlight\" id=\"keyword_desc\">{keyword}</strong>\" related {tablename} maybe {total}",
"find_title":" \"<strong class=\"highlight\" id=\"keyword_desc\">{keyword}</strong>\" {total} related {tablename}",
"search_empty":"<strong>Please enter any keyword to start the search.</strong>"
}



Loading…
Cancel
Save