Revert scroll down

This commit is contained in:
Alex Tselegidis 2024-04-26 17:13:50 +02:00
parent 002b9561cd
commit 574fc907b5
2 changed files with 3 additions and 3 deletions

View File

@ -868,7 +868,7 @@ App.Utils.CalendarDefaultView = (function () {
.add({days: -info.delta.days, milliseconds: -info.delta.milliseconds}) .add({days: -info.delta.days, milliseconds: -info.delta.milliseconds})
.format('YYYY-MM-DD HH:mm:ss'); .format('YYYY-MM-DD HH:mm:ss');
App.Http.Calendar.saveAppointment(unavailability).done(() => { App.Http.Calendar.saveUnavailability(unavailability).done(() => {
$notification.hide('blind'); $notification.hide('blind');
}); });
@ -1485,7 +1485,7 @@ App.Utils.CalendarDefaultView = (function () {
firstDay: firstWeekdayNumber, firstDay: firstWeekdayNumber,
slotDuration: '00:15:00', slotDuration: '00:15:00',
snapDuration: '00:15:00', snapDuration: '00:15:00',
scrollTime: moment().format('HH') + ':00:00', scrollTime: '07:00:00',
slotLabelInterval: '01:00', slotLabelInterval: '01:00',
eventTimeFormat: timeFormat, eventTimeFormat: timeFormat,
eventTextColor: '#333', eventTextColor: '#333',

View File

@ -697,7 +697,7 @@ App.Utils.CalendarTableView = (function () {
firstDay: firstWeekdayNumber, firstDay: firstWeekdayNumber,
slotDuration: '00:15:00', slotDuration: '00:15:00',
snapDuration: '00:15:00', snapDuration: '00:15:00',
scrollTime: moment().format('HH') + ':00:00', scrollTime: '07:00:00',
slotLabelInterval: '01:00', slotLabelInterval: '01:00',
eventTimeFormat: timeFormat, eventTimeFormat: timeFormat,
eventTextColor: '#333', eventTextColor: '#333',