debug perco

This commit is contained in:
Cedric
2026-05-06 12:14:33 +02:00
parent 902f093ced
commit 97389ab0ad
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ document.addEventListener("DOMContentLoaded", () => {
processedMonths[w.monthKey] = true;
const td = document.createElement("td");
td.className = "col-month col-sticky-mois";
td.textContent = w.monthName;
td.innerHTML = `<span class="fc-sticky-mois-label">${w.monthName}</span>`;
td.rowSpan = monthSpans[w.monthKey];
tr.appendChild(td);
}