diff --git a/public/viewjs/calendar.js b/public/viewjs/calendar.js index 8ebdd5fd..5502f156 100644 --- a/public/viewjs/calendar.js +++ b/public/viewjs/calendar.js @@ -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)