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:
2026-03-12 23:38:49 +02:00
parent 08bce71b5b
commit acbf10e570

View File

@@ -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(); });