tab spacing app.js
parent
81e3afa3b8
commit
ef3087ac4b
|
|
@ -1,5 +1,5 @@
|
||||||
function draw() {
|
function draw() {
|
||||||
var dt = new Date();
|
var dt = new Date();
|
||||||
var h = dt.getHours(), m = dt.getMinutes();
|
var h = dt.getHours(), m = dt.getMinutes();
|
||||||
const t = [];
|
const t = [];
|
||||||
t[0] = Math.floor(h/10);
|
t[0] = Math.floor(h/10);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue