mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 01:04:01 +00:00
Applied VSCode JS formatting settings
This commit is contained in:
@@ -17,9 +17,10 @@ var calendar = $("#calendar").fullCalendar({
|
||||
"eventLimit": false,
|
||||
"height": "auto",
|
||||
"eventSources": fullcalendarEventSources,
|
||||
eventClick: function(info) {
|
||||
eventClick: function(info)
|
||||
{
|
||||
location.href = info.link;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$("#ical-button").on("click", function(e)
|
||||
|
Reference in New Issue
Block a user