Dashboard
This commit is contained in:
@@ -85,7 +85,7 @@ export function initProgrammeModal() {
|
||||
document.body.classList.remove("modal-open");
|
||||
};
|
||||
|
||||
document.querySelectorAll(".timeline-programme").forEach((programme) => {
|
||||
document.querySelectorAll(".timeline-programme, .dashboard-programme").forEach((programme) => {
|
||||
programme.addEventListener("click", () => openModal(programme));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user