Auto-commit for deploy to production - 2025-12-09 12:16:34

This commit is contained in:
2025-12-09 12:16:34 +01:00
parent 72726ba7af
commit fdf284a9ff
2 changed files with 3 additions and 15 deletions
-4
View File
@@ -306,10 +306,6 @@ function renderTable() {
const tr = document.createElement("tr");
if (week.isSchoolHolidayWeek) {
tr.classList.add("fc-row--school-holiday");
}
// Colonne Mois
if (!monthRowRendered[week.monthKey]) {
monthRowRendered[week.monthKey] = true;