Last error to correct

pull/3377/head
Enric Pineda 2024-04-22 22:52:00 +02:00 committed by GitHub
parent fb9c2e0d3a
commit 639f6b8da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
var m = d.getMinutes(); var m = d.getMinutes();
let t; let t;
if (m = 0) { if (m == 0) {
t = leshores[d.getHours()] + " en punt"; t = leshores[d.getHours()] + " en punt";
} else if (m >= 1 && m < 4) { } else if (m >= 1 && m < 4) {
t = leshores[d.getHours()] + " tocades"; t = leshores[d.getHours()] + " tocades";