update static files

This commit is contained in:
2026-05-06 06:42:37 -06:00
parent 455d684bd4
commit 4ce19c5e40
47 changed files with 1146 additions and 775 deletions

View File

@@ -160,7 +160,7 @@ depends on core.js for utility functions like removeChildren or quickElement
}
const cell = quickElement('td', tableRow, '', 'class', todayClass);
const link = quickElement('a', cell, currentDay, 'href', '#');
const link = quickElement('a', cell, currentDay, 'role', 'button', 'href', '#');
link.addEventListener('click', calendarMonth(year, month));
currentDay++;
}