mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-28 01:22:25 +03:00
Merge pull request #1517 from sudwebdesign/develop-refreshCalendarAppointments-current2active-month_view-fix
Fix refresh Appointments MONTH calendarView : current2active
This commit is contained in:
commit
4542251167
1 changed files with 6 additions and 6 deletions
|
@ -56,8 +56,8 @@ App.Utils.CalendarDefaultView = (function () {
|
|||
$calendar,
|
||||
$selectFilterItem.val(),
|
||||
$selectFilterItem.find('option:selected').attr('type'),
|
||||
calendarView.currentStart,
|
||||
calendarView.currentEnd,
|
||||
calendarView.activeStart,
|
||||
calendarView.activeEnd,
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -1153,8 +1153,8 @@ App.Utils.CalendarDefaultView = (function () {
|
|||
$calendar,
|
||||
$selectFilterItem.val(),
|
||||
$('#select-filter-item option:selected').attr('type'),
|
||||
fullCalendar.view.currentStart,
|
||||
fullCalendar.view.currentEnd,
|
||||
fullCalendar.view.activeStart,
|
||||
fullCalendar.view.activeEnd,
|
||||
);
|
||||
|
||||
$(window).trigger('resize'); // Places the footer on the bottom.
|
||||
|
@ -1641,8 +1641,8 @@ App.Utils.CalendarDefaultView = (function () {
|
|||
$calendar,
|
||||
$selectFilterItem.val(),
|
||||
$selectFilterItem.find('option:selected').attr('type'),
|
||||
fullCalendar.view.currentStart,
|
||||
fullCalendar.view.currentEnd,
|
||||
fullCalendar.view.activeStart,
|
||||
fullCalendar.view.activeEnd,
|
||||
);
|
||||
}, 60000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue