Skip to content

Commit 2bf6e1e

Browse files
committed
neue termine
1 parent a87c54e commit 2bf6e1e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

js/data/eventList.js

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ eventList = [
1818
*/
1919

2020

21+
22+
2123
{
2224
"year": 2019,
23-
"month": 06,
24-
"day": 14,
25+
"month": 07,
26+
"day": 12,
2527
"startHour": 17,
2628
"startMin": 0,
2729
"endHour": 19,
@@ -33,8 +35,8 @@ eventList = [
3335

3436
{
3537
"year": 2019,
36-
"month": 06,
37-
"day": 28,
38+
"month": 07,
39+
"day": 26,
3840
"startHour": 17,
3941
"startMin": 0,
4042
"endHour": 19,
@@ -46,8 +48,8 @@ eventList = [
4648

4749
{
4850
"year": 2019,
49-
"month": 07,
50-
"day": 12,
51+
"month": 09,
52+
"day": 13,
5153
"startHour": 17,
5254
"startMin": 0,
5355
"endHour": 19,
@@ -59,8 +61,8 @@ eventList = [
5961

6062
{
6163
"year": 2019,
62-
"month": 07,
63-
"day": 26,
64+
"month": 09,
65+
"day": 27,
6466
"startHour": 17,
6567
"startMin": 0,
6668
"endHour": 19,
@@ -69,4 +71,5 @@ eventList = [
6971
"isIntroEvent": false
7072
}
7173

74+
7275
];

0 commit comments

Comments
 (0)