diff --git a/.gitignore b/.gitignore
index 215ed5f..8fcf50a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@ venv/
*__pycache__/
db.sqlite3
customData.yml
-settings.py
\ No newline at end of file
+settings.py
+mo-key.json
\ No newline at end of file
diff --git a/COMBO_MO_MOBIL.htm b/COMBO_MO_MOBIL.htm
index 58306f0..faff36e 100644
--- a/COMBO_MO_MOBIL.htm
+++ b/COMBO_MO_MOBIL.htm
@@ -67,7 +67,11 @@
#week { page-break-after: always; }
div#outgoing:not(:first-child) { display: none; }
+<<<<<<< HEAD
+=======
+
+>>>>>>> c9e17913a37f4e56ea93b0e712706aa09e50f831
@@ -88,7 +92,7 @@
|
|
- Infos und Predigtdienst
+ Infos und Predigtdienst
|
@@ -642,18 +646,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,6 +677,7 @@