Unified calendar time format (closes #2266)

This commit is contained in:
Bernd Bestel 2023-07-05 21:30:00 +02:00
parent c415e2f8da
commit 9ae7c72e87
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -17,10 +17,11 @@ var calendar = $("#calendar").fullCalendar({
"eventLimit": false,
"height": "auto",
"eventSources": fullcalendarEventSources,
eventClick: function(info)
"eventClick": function(info)
{
location.href = info.link;
}
},
"timeFormat": "HH:mm"
});
$("#ical-button").on("click", function(e)