1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-26 10:26:55 +02:00
parent a535232e3e
commit 1daa4f48c6

View File

@@ -372,7 +372,12 @@ function startLiveCountdown(folderObj, msLeft) {
clearInterval(countdownInterval); clearInterval(countdownInterval);
} }
}, 1000); }, 1000);
} }