This commit is contained in:
Peter Maquiran
2023-07-15 11:39:30 +01:00
1436 changed files with 2958 additions and 3769 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ export class AgendaPage implements OnInit {
// calendar
showCalendar: boolean;
calendarHeight: string;
calendarHeight = [];
// for timeline
events: CalendarEvent[] = [];
@@ -222,7 +222,7 @@ export class AgendaPage implements OnInit {
}
this.calendarHeight = "356px";
this.calendarHeight = ["height-356"];
this.showCalendar = true;
this.timelineDate = momentG(new Date(), 'dd MMMM yyyy');