1
0

Fix syntax error in renderer.js

This commit is contained in:
2025-05-26 11:35:19 +02:00
parent 4ce89cbf5a
commit ba357fba7b

View File

@@ -536,8 +536,7 @@ async function startLiveCountdown(folderObj, msLeft) {
style="transform: rotate(${pawRotate}deg); pointer-events: none; z-index:10;">`
: ''
}
</li>
`).join('');
</li>`;}).join('');
// Diff-Buttons prüfen und ggf. deaktivieren
contentList.querySelectorAll('.diff-btn').forEach(async btn => {