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