Browse Source

Merge pull request '修正#1538' (#1540) from zouap_static into V20220228

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1540
Reviewed-by: lewis <747342561@qq.com>
pull/1543/head
lewis 3 years ago
parent
commit
10fa230677
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/home.js

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

@@ -125,7 +125,7 @@ socket.onmessage = function (e) {
else if(record.OpType == "2"){ else if(record.OpType == "2"){
actionName = actionName.replace("{oldRepoName}",record.Content); actionName = actionName.replace("{oldRepoName}",record.Content);
html += recordPrefix + actionName; html += recordPrefix + actionName;
html += " <a href=\"" + getRepoLink(record) + "\" rel=\"nofollow\">" + getRepoLink(record) + "</a>"
html += " <a href=\"" + getRepoLink(record) + "\" rel=\"nofollow\">" + getRepotext(record) + "</a>"
} }
else if(record.OpType == "24" || record.OpType == "25" || record.OpType == "26" || record.OpType == "27" || record.OpType == "28" || record.OpType == "29" || record.OpType == "30"){ else if(record.OpType == "24" || record.OpType == "25" || record.OpType == "26" || record.OpType == "27" || record.OpType == "28" || record.OpType == "29" || record.OpType == "30"){
html += recordPrefix + actionName; html += recordPrefix + actionName;


Loading…
Cancel
Save