This commit is contained in:
2026-05-01 10:06:52 +07:00
parent fc3327d1ce
commit c96e098f38
7 changed files with 253 additions and 76 deletions

View File

@@ -146,4 +146,6 @@ document.addEventListener('DOMContentLoaded', () => {
renderScheduleList();
renderScheduleTeaser();
initFilters();
const yearEl = document.getElementById('footer-year');
if (yearEl) yearEl.textContent = new Date().getFullYear();
});