mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Bug to fixe
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user