diff --git a/public/home/home.js b/public/home/home.js index 068b2dbf3..92eb86c1d 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -96,9 +96,7 @@ 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; diff --git a/public/home/search.js b/public/home/search.js index d57ff20bc..feaefad27 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -17,6 +17,7 @@ function isEmpty(str){ function search(){ + console.log("enter here."); var keyword = document.getElementById("keyword_input").value; var page =1; var pageSize=15; diff --git a/templates/explore/search_new.tmpl b/templates/explore/search_new.tmpl index 54191f458..4c66d064d 100644 --- a/templates/explore/search_new.tmpl +++ b/templates/explore/search_new.tmpl @@ -5,7 +5,7 @@