diff --git a/script.js b/script.js index 9915b57..d3663ca 100644 --- a/script.js +++ b/script.js @@ -1486,7 +1486,6 @@ function renderTickets() { }); } - const showClosed = document.getElementById('ticket-show-closed').checked; const openCount = tickets.filter(t => t.status !== 'suljettu').length; const closedCount = tickets.filter(t => t.status === 'suljettu').length; let countText = `${openCount} avointa tikettiƤ`;