From 6cdf947fff435888557bea0b2b4eb544c23ede05 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 29 Mar 2022 11:32:59 +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/search.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/home/search.js b/public/home/search.js index f26b0b75e..65fdfb2d6 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -149,6 +149,13 @@ function search(){ $('#find_title').html(""); document.getElementById("sort_type").innerHTML=""; document.getElementById("child_search_item").innerHTML=""; + document.getElementById("page_menu").innerHTML=""; + $('#repo_total').text(""); + $('#pr_total').text(""); + $('#issue_total').text(""); + $('#dataset_total').text(""); + $('#user_total').text(""); + $('#org_total').text(""); } }