diff --git a/COMBO_MO_MOBIL.htm b/COMBO_MO_MOBIL.htm
index 17a2523..5eb4e36 100644
--- a/COMBO_MO_MOBIL.htm
+++ b/COMBO_MO_MOBIL.htm
@@ -67,7 +67,7 @@
#week { page-break-after: always; }
div#outgoing:not(:first-child) { display: none; }
-
+
@@ -88,7 +88,7 @@
|
|
- Infos und Predigtdienst
+ Infos und Predigtdienst
|
@@ -642,18 +642,18 @@
let weeklistpos = 0;
let myIndex = 0;
ordner_elements.forEach((element) => {
- if (myIndex == 35){
+ if (myIndex == 36){
myIndex = 0;
weeklistpos = weeklistpos + 1;
}
if( window.weekdate[weeklistpos] in myDATA ){
- if ([3, 7, 11, 15, 19, 23].includes(myIndex+1) && myDATA[window.weekdate[weeklistpos]][myIndex] != "") {
+ if ([4, 8, 12, 16, 20, 24].includes(myIndex+1) && myDATA[window.weekdate[weeklistpos]][myIndex] != "") {
element.innerHTML = weekdays[myDATA[window.weekdate[weeklistpos]][myIndex]];
}
- else if ([5, 9, 13, 17, 21, 25].includes(myIndex+1) && myDATA[window.weekdate[weeklistpos]][myIndex] != "") {
+ else if ([6, 10, 14, 18, 22, 26].includes(myIndex+1) && myDATA[window.weekdate[weeklistpos]][myIndex] != "") {
element.innerHTML = service_type[myDATA[window.weekdate[weeklistpos]][myIndex]-1];
@@ -673,24 +673,6 @@