Auto-commit for deploy to production - 2025-12-09 12:16:34
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user