diff options
Diffstat (limited to 'public/js/calendar_admin.js')
| -rw-r--r-- | public/js/calendar_admin.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/calendar_admin.js b/public/js/calendar_admin.js index a2fb1ac..17ae0c2 100644 --- a/public/js/calendar_admin.js +++ b/public/js/calendar_admin.js | |||
| @@ -81,7 +81,7 @@ document.addEventListener('DOMContentLoaded', function(){ | |||
| 81 | } | 81 | } |
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | const aside_content = `<div class="form_event"> | 84 | const aside_content = `<div id="form_event"> |
| 85 | <div class="event_title_box"> | 85 | <div class="event_title_box"> |
| 86 | <h2>Nouvel évènement</h2> | 86 | <h2>Nouvel évènement</h2> |
| 87 | </div> | 87 | </div> |
| @@ -155,7 +155,7 @@ document.addEventListener('DOMContentLoaded', function(){ | |||
| 155 | const formated_start = formatDate(info.event.start); | 155 | const formated_start = formatDate(info.event.start); |
| 156 | const formated_end = formatDate(info.event.allDay ? minusOneDay(info.event.end) : info.event.end, info.event.allDay); | 156 | const formated_end = formatDate(info.event.allDay ? minusOneDay(info.event.end) : info.event.end, info.event.allDay); |
| 157 | 157 | ||
| 158 | const aside_content = `<div class="form_event"> | 158 | const aside_content = `<div id="form_event" style="border-color: ` + info.event.backgroundColor +`;"> |
| 159 | <div class="event_title_box"> | 159 | <div class="event_title_box"> |
| 160 | <h2>Modifier un évènement</h2> | 160 | <h2>Modifier un évènement</h2> |
| 161 | </div> | 161 | </div> |
