From 2463aa183c06f3776e05e5f83684ea3169456fc9 Mon Sep 17 00:00:00 2001 From: Zisbusy <49525016+Zisbusy@users.noreply.github.com> Date: Sun, 22 Aug 2021 10:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B2=A1=E6=9C=89=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E6=97=B6=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Akina/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Akina/js/global.js b/Akina/js/global.js index 9f58db2..a61a1d6 100644 --- a/Akina/js/global.js +++ b/Akina/js/global.js @@ -197,7 +197,7 @@ var loadSingle = function(){ $("#pagination a").attr("href", nextHref); } else { // If there is no link, that is the last page, then remove the navigation - $("#pagination").remove(); + $("#pagination")[0].innerHTML = '没有了'; } } });