From d7707261c216e3cfe68662b2a935135cd9053583 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 14 Nov 2025 00:34:22 +0100 Subject: calendrier responsive petits oublis, bordures de form_event --- public/js/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js/calendar.js') diff --git a/public/js/calendar.js b/public/js/calendar.js index 844d411..8809246 100644 --- a/public/js/calendar.js +++ b/public/js/calendar.js @@ -80,7 +80,7 @@ document.addEventListener('DOMContentLoaded', function(){ const end_hour = (info.event.allDay ? '' : '
à ' + end.split('T')[1]).replace(":", "h"); const formated_end = end_date.split('-')[2] + '/' + end_date.split('-')[1] + '/' + end_date.split('-')[0] + end_hour; - let aside_content = `
+ let aside_content = `

` + info.event.title + `

` + info.event.extendedProps.description + `

`; if(checked && (formated_start === formated_end)){ // affichage simplifié évènement d'un jour -- cgit v1.2.3