ajout last_connected.pt

This commit is contained in:
2017-04-26 21:35:12 +02:00
parent a42987c2b5
commit a9b57890d8
8 changed files with 89 additions and 24 deletions

View File

@@ -41,10 +41,13 @@ $(document).ready(function() {
$('#calendar').fullCalendar({
locale: 'fr',
header: {
left: 'agendaDay agendaWeek month',
left: 'agendaDay agendaWeek month listMonth',
center: 'prev title next',
right: 'today'
},
defaultView: 'agendaWeek',
minTime: "07:00:00",
maxTime: "21:00:00",
events:${fullcalendar_events},
});
});