diff --git a/public/home/home.js b/public/home/home.js index 92eb86c1d..068b2dbf3 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -96,7 +96,9 @@ socket.onmessage = function (e) { else if(record.OpType == "2"){ actionName = actionName.replace("{oldRepoName}",record.Content); html += recordPrefix + actionName; + html += " " + getRepoLink(record) + "" + console.log("getRepoLink(record)=" + getRepoLink(record)); } else{ continue;