main
Samuel Zielke 2 years ago
parent df20466687
commit 73d57312dc

BIN
.DS_Store vendored

Binary file not shown.

@ -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 {

@ -634,7 +634,7 @@
<td style="width: 2.750rem;"><div class="infobox starttime t">Technik</div></td>
<td><p class="theme" style="text-align: left"><b>Anlage</b> <span class="info CustomElem" id="t_1"></span> / <span class="info CustomElem"></span></p></td>
<td><p class="theme" style="font-weight: normal; text-align: right"><b>Zoom</b> <span class="info CustomElem" id="t_2"></span> / <span class="info CustomElem"></span></p></p></td>
<td><p class="theme" style="font-weight: normal; text-align: right"><b>Bühne</b> <span class="info CustomElem" id="t_3"></span></p></p></td>
<td><p class="theme" style="font-weight: normal; text-align: right"><b>Bühne</b> <span class="info CustomElem"></span></p></td>
</tr>
</table>
</div>
@ -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()
});
}

Loading…
Cancel
Save

Powered by TurnKey Linux.