Skip to content

Commit 40113de

Browse files
committed
Neue termine
1 parent ab61afc commit 40113de

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

js/data/eventList.js

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ eventList = [
1717
}
1818
*/
1919

20-
21-
{
20+
21+
{
2222
"year": 2019,
23-
"month": 1,
24-
"day": 25,
23+
"month": 03,
24+
"day": 22,
2525
"startHour": 17,
2626
"startMin": 0,
2727
"endHour": 19,
2828
"endMin": 0,
2929
"location": "Seminarraum -118",
3030
"isIntroEvent": false
3131
},
32-
{
32+
{
3333
"year": 2019,
34-
"month": 2,
35-
"day": 8,
34+
"month": 04,
35+
"day": 5,
3636
"startHour": 17,
3737
"startMin": 0,
3838
"endHour": 19,
@@ -44,38 +44,39 @@ eventList = [
4444

4545
{
4646
"year": 2019,
47-
"month": 02,
48-
"day": 22,
47+
"month": 04,
48+
"day": 18,
4949
"startHour": 17,
5050
"startMin": 0,
5151
"endHour": 19,
5252
"endMin": 0,
5353
"location": "Seminarraum -118",
5454
"isIntroEvent": false
5555
},
56-
{
56+
57+
{
5758
"year": 2019,
58-
"month": 03,
59-
"day": 08,
59+
"month": 05,
60+
"day": 3,
6061
"startHour": 17,
6162
"startMin": 0,
6263
"endHour": 19,
6364
"endMin": 0,
6465
"location": "Seminarraum -118",
6566
"isIntroEvent": false
6667
},
67-
68-
{
68+
69+
70+
{
6971
"year": 2019,
70-
"month": 03,
71-
"day": 22,
72+
"month": 05,
73+
"day": 17,
7274
"startHour": 17,
7375
"startMin": 0,
7476
"endHour": 19,
7577
"endMin": 0,
7678
"location": "Seminarraum -118",
7779
"isIntroEvent": false
78-
},
79-
80+
}
8081

8182
];

0 commit comments

Comments
 (0)