This commit is contained in:
Boof 2023-06-09 11:30:02 +02:00 committed by GitHub
parent aae62383e5
commit 9699e3c84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,6 @@ function countdown() {
if (timeRemaining < 0) {
year = year + 1
countdown()
} else {
countdown()
}
const days = Math.floor(timeRemaining / (1000 * 60 * 60 * 24));