Compare commits

..

No commits in common. '73d57312dce99c2aad830e47670619534a80ef3d' and '2750bdd960f5c3ddfb7a029371d3b628f2b52887' have entirely different histories.

BIN
.DS_Store vendored

Binary file not shown.

@ -642,7 +642,7 @@
let weeklistpos = 0;
let myIndex = 0;
ordner_elements.forEach((element) => {
if (myIndex == 37){
if (myIndex == 36){
myIndex = 0;
weeklistpos = weeklistpos + 1;
}
@ -652,6 +652,11 @@
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 {

@ -100,7 +100,7 @@
<td style="width: 2.750rem;"><div class="infobox starttime s">Infos</div></td>
<td><p class="theme" style="text-align: left"><b>Gastfreundschaft: </b> <span class="info CustomElem"></p></td>
<td><p class="theme" style="text-align: left"><b>Allgemein-Reinigung: </b> <span class="info CustomElem"></p></td>
<td><p class="theme" style="text-align: left"><b>Zwischen-Reinigung: </b> <span class="info CustomElem"></p></td>
<td><p class="theme" style="text-align: left"><b>Zwischen-Reinigung: </b> <span class="info CustomElems"></p></td>
</tr>
<tr class="heigher">
<td style="width: 2.750rem;"><div class="infobox starttime s">Dienst</div></td>

@ -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()
});
}

Loading…
Cancel
Save

Powered by TurnKey Linux.