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(""); } }