1
0

Fix syntax error in renderer.js

This commit is contained in:
2025-05-26 11:35:33 +02:00
parent ba357fba7b
commit 59403c2952

View File

@@ -536,7 +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 => {