mirror of https://github.com/espruino/BangleApps
Last error to correct
parent
fb9c2e0d3a
commit
639f6b8da3
|
@ -129,7 +129,7 @@
|
|||
var m = d.getMinutes();
|
||||
|
||||
let t;
|
||||
if (m = 0) {
|
||||
if (m == 0) {
|
||||
t = leshores[d.getHours()] + " en punt";
|
||||
} else if (m >= 1 && m < 4) {
|
||||
t = leshores[d.getHours()] + " tocades";
|
||||
|
|
Loading…
Reference in New Issue