From 4c7798159580f89f09e3a1505c5c163802af8556 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Tue, 2 Nov 2021 14:50:12 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=95=20=ED=91=9C?= =?UTF-8?q?=EC=B6=9C=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/nlib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/nlib.js b/src/main/webapp/js/nlib.js index fbd08695..ffb368a3 100644 --- a/src/main/webapp/js/nlib.js +++ b/src/main/webapp/js/nlib.js @@ -282,7 +282,7 @@ function pageLoad(fnName,pageIndex, totRecordCount, startPage, endPage, lastPage } - $("#paging").append(html); + $("#paging").html(html); }