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