Bug to fixe

This commit is contained in:
Peter Maquiran
2021-03-24 11:01:51 +01:00
parent 5194ff69b5
commit 2885f95322
2 changed files with 34 additions and 31 deletions
+5
View File
@@ -382,6 +382,9 @@ export class AgendaPage implements OnInit {
if(ele.className.indexOf(`timeline-box-event-${eventIndex}`)>=0){
ele.setAttribute('style',`height:${minutes}px`);
}
if(`timeline-box-event-${eventIndex}` == `timeline-box-event-3`){
// alert(startEvent.toString()+' '+ endEvent.toString());
}
});
});
@@ -646,6 +649,8 @@ export class AgendaPage implements OnInit {
this.TimelineMD = this.timelineFilter(this.timelineFilterState, this.eventsList, 'md');
// this.eventSource = this.TimelineMD;
this.events = this.timelineFilter(this.timelineFilterState, this.eventsList, 'md');
this.myCal.update();