From 7ff94c0ae77ecf76b2ee9ead1fc3ecbc2b8de55e Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 22 Feb 2022 09:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/home.js | 2 -- public/home/search.js | 1 + templates/explore/search_new.tmpl | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) 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 @@
-
+
@@ -68,7 +68,7 @@
- +