mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Attach the fullCalendar instance to the calendar component for easy access
This commit is contained in:
parent
295a5f1baf
commit
98998ad0b8
1 changed files with 2 additions and 0 deletions
|
@ -1494,6 +1494,8 @@ App.Utils.CalendarDefaultView = (function () {
|
|||
|
||||
fullCalendar.render();
|
||||
|
||||
$calendar.data('fullCalendar', fullCalendar);
|
||||
|
||||
// Trigger once to set the proper footer position after calendar initialization.
|
||||
onWindowResize();
|
||||
|
||||
|
|
Loading…
Reference in a new issue