Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1788/head
zouap 3 years ago
parent
commit
e2104aae3c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      public/home/home.js

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

@@ -96,7 +96,9 @@ socket.onmessage = function (e) {
else if(record.OpType == "2"){
actionName = actionName.replace("{oldRepoName}",record.Content);
html += recordPrefix + actionName;
html += " <a href=\"" + getRepoLink(record) + "\" rel=\"nofollow\">" + getRepoLink(record) + "</a>"
console.log("getRepoLink(record)=" + getRepoLink(record));
}
else{
continue;


Loading…
Cancel
Save