From 73d57312dce99c2aad830e47670619534a80ef3d Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Fri, 3 May 2024 21:02:27 +0200 Subject: [PATCH] bugfix --- .DS_Store | Bin 8196 -> 8196 bytes COMBO_MO_MOBIL.htm | 7 +------ theocbase_templates/COMBO_MO_PC.htm | 6 ++++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.DS_Store b/.DS_Store index e5c526a52c116873b15110b73204e969b46e317b..a52e3d589544defce14cdfeb5f41d9cbc079b408 100644 GIT binary patch delta 33 jcmZp1XmQxEN?63g)Ko{o)Yzm}N1+2W*o_AOrVj}@ delta 33 ocmZp1XmQxEN?63u%u+|e$jqWvN1@u%$UsNI#Mo@}K4CW=0Hw(ZGynhq diff --git a/COMBO_MO_MOBIL.htm b/COMBO_MO_MOBIL.htm index 716dbac..94b8b0e 100644 --- a/COMBO_MO_MOBIL.htm +++ b/COMBO_MO_MOBIL.htm @@ -642,7 +642,7 @@ let weeklistpos = 0; let myIndex = 0; ordner_elements.forEach((element) => { - if (myIndex == 36){ + if (myIndex == 37){ myIndex = 0; weeklistpos = weeklistpos + 1; } @@ -652,11 +652,6 @@ element.innerHTML = weekdays[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]; - } else { diff --git a/theocbase_templates/COMBO_MO_PC.htm b/theocbase_templates/COMBO_MO_PC.htm index 9224da4..e00354f 100755 --- a/theocbase_templates/COMBO_MO_PC.htm +++ b/theocbase_templates/COMBO_MO_PC.htm @@ -634,7 +634,7 @@
Technik

Anlage /

Zoom /

-

Bühne

+

Bühne

@@ -663,7 +663,7 @@ let weeklistpos = 0; let myIndex = 0; ordner_elements.forEach((element) => { - if (myIndex == 36){ + if (myIndex == 37){ myIndex = 0; weeklistpos = weeklistpos + 1; } else if ([5, 9, 13, 17, 21, 25].includes(myIndex+1) && myDATA[window.weekdate[weeklistpos]][myIndex] != "") { @@ -677,6 +677,8 @@ } myIndex = myIndex + 1; + + console.log() }); }