mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Improve agenda
This commit is contained in:
@@ -433,7 +433,12 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
loadRangeEvents(startTime: Date, endTime: Date) {
|
||||
|
||||
|
||||
try {
|
||||
this.myCal.loadEvents();
|
||||
this.myCal.update();
|
||||
} catch(e) {
|
||||
|
||||
}
|
||||
|
||||
this.eventSelectedDate = new Date(startTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user