diff --git a/assets/js/kindergarten.js b/assets/js/kindergarten.js index ff246c357a..eb8e63d1e5 100644 --- a/assets/js/kindergarten.js +++ b/assets/js/kindergarten.js @@ -1,4 +1,6 @@ // Gora: Added for orientation: Needs XUI +document.addEventListener("orientationChanged", updateOrientation); + function onOrientationChange() { if( window.orientation == -90 || window.orientation == 90 ) { // Switch to landscape diff --git a/calendar.html b/calendar.html index 955a291c43..62e6bffe90 100644 --- a/calendar.html +++ b/calendar.html @@ -17,8 +17,6 @@ -
Kindergarten | Kalender
-
Index diff --git a/index.html b/index.html index 03c7f2053b..cafbd1a107 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,6 @@ -
Kindergarten
-
Index diff --git a/parent.html b/parent.html index 2f1da62c70..698bb3893c 100644 --- a/parent.html +++ b/parent.html @@ -17,8 +17,6 @@ -
Kindergarten | Foraeldre kontakt
-
Index diff --git a/playdate.html b/playdate.html index 2c370cee50..6b03d1dca3 100644 --- a/playdate.html +++ b/playdate.html @@ -17,8 +17,6 @@ -
Kindergarten | Legeaftale
-
Index diff --git a/substitute.html b/substitute.html index 56b8cd4263..6f2c4bc287 100644 --- a/substitute.html +++ b/substitute.html @@ -17,8 +17,6 @@ -
Kindergarten | Vikarinfo
-
Index diff --git a/vacations.html b/vacations.html index a07eed2a1e..5d389e0c0f 100644 --- a/vacations.html +++ b/vacations.html @@ -17,8 +17,6 @@ -
Kindergarten | Ferie Og Sydom
-
Index