mirror of https://github.com/espruino/BangleApps
set 0 as default value for seconds
parent
13b82670a3
commit
df787b6db1
|
@ -41,7 +41,7 @@ var data = Object.assign({
|
|||
D: now.getDate(),
|
||||
h: now.getHours(),
|
||||
m: now.getMinutes(),
|
||||
s: now.getSeconds()
|
||||
s: 0
|
||||
}
|
||||
}, require('Storage').readJSON(APP_NAME + ".data.json", true) || {});
|
||||
|
||||
|
|
Loading…
Reference in New Issue