From 87904bd6efeb16a46c7c3d543a6b12727fdbf503 Mon Sep 17 00:00:00 2001 From: canglan Date: Thu, 23 Apr 2026 10:00:00 +0800 Subject: [PATCH] fix(admin): remove extra closing brace in history.php --- frontend/admin/history.php | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/admin/history.php b/frontend/admin/history.php index ec415cb..0e0264c 100644 --- a/frontend/admin/history.php +++ b/frontend/admin/history.php @@ -127,7 +127,6 @@ async function loadHistory(page = 1) { renderHistoryPagination(); } } -} function renderHistoryPagination() { const container = document.getElementById('historyPagination');