mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Improve agenda
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user