mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Unified calendar time format (closes #2266)
This commit is contained in:
parent
c415e2f8da
commit
9ae7c72e87
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user