mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 02:34:44 +00:00
Link to respective page on Calendar Event Click (#784)
* Link to Page on calendar event click * Undo my Prettier Changes.. Oops
This commit is contained in:
@@ -16,7 +16,10 @@ var calendar = $("#calendar").fullCalendar({
|
||||
"firstDay": firstDay,
|
||||
"eventLimit": false,
|
||||
"height": "auto",
|
||||
"eventSources": fullcalendarEventSources
|
||||
"eventSources": fullcalendarEventSources,
|
||||
eventClick: function(info) {
|
||||
location.href = info.link;
|
||||
}
|
||||
});
|
||||
|
||||
$("#ical-button").on("click", function(e)
|
||||
|
Reference in New Issue
Block a user