diff --git a/assets/js/utils/calendar_default_view.js b/assets/js/utils/calendar_default_view.js index 286c08f2..89e752ac 100755 --- a/assets/js/utils/calendar_default_view.js +++ b/assets/js/utils/calendar_default_view.js @@ -818,7 +818,6 @@ App.Utils.CalendarDefaultView = (function () { 'function': undoFunction } ]); - $footer.css('position', 'static'); // Footer position fix. // Update the event data for later use. info.event.setProp('data', info.event.extendedProps.data); @@ -863,8 +862,6 @@ App.Utils.CalendarDefaultView = (function () { } ]); - $footer.css('position', 'static'); // Footer position fix. - // Update the event data for later use. info.event.setProp('data', info.event.extendedProps.data); }; @@ -974,8 +971,6 @@ App.Utils.CalendarDefaultView = (function () { 'function': undoFunction } ]); - - $footer.css('position', 'static'); // Footer position fix. }; // Update appointment data. @@ -1017,8 +1012,6 @@ App.Utils.CalendarDefaultView = (function () { function: undoFunction } ]); - - $footer.css('position', 'static'); // Footer position fix. }; App.Http.Calendar.saveUnavailability(unavailability, successCallback); @@ -1734,11 +1727,6 @@ App.Utils.CalendarDefaultView = (function () { $('#calendar-actions button').prop('disabled', true); } - // Fine tune the footer's position only for this page. - if (window.innerHeight < 700) { - $footer.css('position', 'static'); - } - // Automatically refresh the calendar page every 10 seconds (without loading animation). setInterval(() => { if ($('.popover').length) {