remove extra test minutes
parent
9919c3dd98
commit
a679cde96e
|
|
@ -58,7 +58,7 @@ function draw() {
|
||||||
|
|
||||||
var d = new Date();
|
var d = new Date();
|
||||||
var h = d.getHours();
|
var h = d.getHours();
|
||||||
var m = d.getMinutes() + 36;
|
var m = d.getMinutes();
|
||||||
var date = d.getDate();
|
var date = d.getDate();
|
||||||
var day = d.getDay();
|
var day = d.getDay();
|
||||||
var month = d.getMonth();
|
var month = d.getMonth();
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "onewordclock",
|
"id": "onewordclock",
|
||||||
"name": "One Word Clock",
|
"name": "One Word Clock",
|
||||||
"shortName": "One Word",
|
"shortName": "One Word",
|
||||||
"version": "0.3",
|
"version": "0.31",
|
||||||
"description": "A unique clock that displays a single evocative word for each hour of the day",
|
"description": "A unique clock that displays a single evocative word for each hour of the day",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue