File tree Expand file tree Collapse file tree 2 files changed +26
-11
lines changed
Expand file tree Collapse file tree 2 files changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ <h2 style="color: red; font-weight: bold;">Aktuell können wir leider keine neue
343343 < div class ="col-lg-8 col-lg-offset-2 ">
344344 < h2 > Termine</ h2 >
345345
346- < p data-ng-if ="areThereFutureEvents == true " > Das nächste Treffen findet am Donnerstag , dem
346+ < p data-ng-if ="areThereFutureEvents == true " > Das nächste Treffen findet am Freitag , dem
347347 {{nextEvent.displayDay}}.{{nextEvent.displayMonth}}.{{nextEvent.displayYear}}
348348 von {{nextEvent.displayStartTime}} Uhr bis {{nextEvent.displayEndTime}} Uhr
349349 im {{nextEvent.location}} der Fakultät für Informatik im Gebäude 50.34 am KIT statt.</ p >
Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ eventList = [
2424
2525
2626
27- {
27+
28+ {
2829 "year" : 2017 ,
29- "month" : 9 ,
30- "day" : 22 ,
30+ "month" : 10 ,
31+ "day" : 20 ,
3132 "startHour" : 17 ,
3233 "startMin" : 0 ,
3334 "endHour" : 19 ,
@@ -37,19 +38,21 @@ eventList = [
3738 } ,
3839 {
3940 "year" : 2017 ,
40- "month" : 10 ,
41- "day" : 6 ,
41+ "month" : 11 ,
42+ "day" : 3 ,
4243 "startHour" : 17 ,
4344 "startMin" : 0 ,
4445 "endHour" : 19 ,
4546 "endMin" : 0 ,
4647 "location" : "Seminarraum -118" ,
4748 "isIntroEvent" : false
4849 } ,
49- {
50+
51+
52+ {
5053 "year" : 2017 ,
51- "month" : 10 ,
52- "day" : 20 ,
54+ "month" : 11 ,
55+ "day" : 17 ,
5356 "startHour" : 17 ,
5457 "startMin" : 0 ,
5558 "endHour" : 19 ,
@@ -59,13 +62,25 @@ eventList = [
5962 } ,
6063 {
6164 "year" : 2017 ,
62- "month" : 11 ,
63- "day" : 3 ,
65+ "month" : 12 ,
66+ "day" : 1 ,
6467 "startHour" : 17 ,
6568 "startMin" : 0 ,
6669 "endHour" : 19 ,
6770 "endMin" : 0 ,
6871 "location" : "Seminarraum -118" ,
6972 "isIntroEvent" : false
7073 } ,
74+ {
75+ "year" : 2017 ,
76+ "month" : 12 ,
77+ "day" : 15 ,
78+ "startHour" : 17 ,
79+ "startMin" : 0 ,
80+ "endHour" : 19 ,
81+ "endMin" : 0 ,
82+ "location" : "Seminarraum -118" ,
83+ "isIntroEvent" : false
84+ }
85+
7186] ;
You can’t perform that action at this time.
0 commit comments