fix(admin): remove extra closing brace in history.php

This commit is contained in:
2026-04-23 10:00:00 +08:00
parent 684adbd718
commit 87904bd6ef

View File

@@ -127,7 +127,6 @@ async function loadHistory(page = 1) {
renderHistoryPagination();
}
}
}
function renderHistoryPagination() {
const container = document.getElementById('historyPagination');