From b81ffc6ffea757950b67e280f65292b19b887df7 Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Mon, 15 Apr 2024 17:22:52 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20durch=20update=20Test=20mit?= =?UTF-8?q?=20drive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COMBO_MO_MOBIL.htm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/COMBO_MO_MOBIL.htm b/COMBO_MO_MOBIL.htm index 7b1119f..17a2523 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; } - + @@ -673,4 +673,24 @@ +DATA[window.weekdate[weeklistpos]][myIndex] != "") { + + element.innerHTML = service_type[myDATA[window.weekdate[weeklistpos]][myIndex]-1]; + + } + else { + + element.innerHTML = myDATA[window.weekdate[weeklistpos]][myIndex]; + + } + + } + myIndex = myIndex + 1; + }); + } + + setData(myDATA) + + + \ No newline at end of file