mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +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,
|
"eventLimit": false,
|
||||||
"height": "auto",
|
"height": "auto",
|
||||||
"eventSources": fullcalendarEventSources,
|
"eventSources": fullcalendarEventSources,
|
||||||
eventClick: function(info)
|
"eventClick": function(info)
|
||||||
{
|
{
|
||||||
location.href = info.link;
|
location.href = info.link;
|
||||||
}
|
},
|
||||||
|
"timeFormat": "HH:mm"
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#ical-button").on("click", function(e)
|
$("#ical-button").on("click", function(e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user