forked from DGNum/lanuit.ens.fr
update english calendar
This commit is contained in:
parent
b705555226
commit
8129a475e7
1 changed files with 2 additions and 2 deletions
|
@ -697,8 +697,8 @@
|
||||||
|
|
||||||
// Calendar init
|
// Calendar init
|
||||||
let cal = new Calendar({
|
let cal = new Calendar({
|
||||||
startDate: new Date(2023, 10, 25, 18),
|
startDate: new Date(2023, 10, 25, 20),
|
||||||
endDate: new Date(2023, 10, 26, 5),
|
endDate: new Date(2023, 10, 26, 4),
|
||||||
groupEventsByLocation: true
|
groupEventsByLocation: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue