Little fixes

This commit is contained in:
2025-07-15 14:54:41 +02:00
parent ed40877a49
commit c9513d093d
5 changed files with 15 additions and 7 deletions

View File

@@ -23,6 +23,8 @@ function changeUrlToFallbackNoTrue(aid,imgid,path) {
} catch {}
}
// The functions below are used to display from how much time the project has been living
const startDate = new Date("2024-12-22T15:49:00");
function updateTimer() {
@@ -44,7 +46,9 @@ function updateTimer() {
hours + " ore " +
minutes + " minuti " +
seconds + " secondi";
}
}
updateTimer();
setInterval(updateTimer, 1000);
function chisiamoInizializza() {
updateTimer();
setInterval(updateTimer, 1000);
}