From 80c65f81afbe569e4bc97c8801b9d3a9407000a9 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 28 Feb 2022 15:07:11 +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 | 1 + 1 file changed, 1 insertion(+) 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");