Fix: puuttuva } renderTicketPagination-funktiossa
Aiheutti SyntaxError: Unexpected end of input → koko sivu tyhjä. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1546,6 +1546,7 @@ function renderTicketPagination(totalFiltered, totalPages) {
|
||||
html += `<span style="color:#888;font-size:0.85rem;margin-left:0.5rem;">${startNum}–${endNum} / ${totalFiltered}</span>`;
|
||||
|
||||
paginationEl.innerHTML = html;
|
||||
}
|
||||
|
||||
document.getElementById('ticket-search-input').addEventListener('input', () => { ticketPage = 1; renderTickets(); });
|
||||
document.getElementById('ticket-status-filter').addEventListener('change', () => { ticketPage = 1; renderTickets(); });
|
||||
|
||||
Reference in New Issue
Block a user