diff --git a/public/home/search.js b/public/home/search.js index ca84a0282..f059c1813 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -586,6 +586,7 @@ function page(current){ html += "" + page_i + ""; } } + document.getElementById("page_ids").innerHTML=html; if(currentPage >=totalPage){ $('#nextPage').addClass("disabled"); $('#endPage').addClass("disabled");