Improve agenda

This commit is contained in:
Peter Maquiran
2021-07-19 13:01:06 +01:00
parent 7bd0460405
commit ffa1d5ef9f
5 changed files with 204 additions and 299 deletions
-7
View File
@@ -46,13 +46,7 @@ export class eventListBox {
eventSource = this.filterProfile(eventSource, profile)
}
eventSource = this.getEventInsideRange(eventSource, rangeStartDate, randEndDate)
if(profile == 'pr') {
console.log('run', profile)
console.log(eventSource)
}
if(profile == 'md') {
eventSource = this.encapsulation(eventSource, 'mdgpr');
@@ -220,7 +214,6 @@ export class eventListBox {
}
})
}, 10)
return days
}