SLiding Clock: Added digital clock
parent
d71bf76dd1
commit
91a9176308
|
|
@ -512,7 +512,6 @@ function display_time(date){
|
||||||
|
|
||||||
function drawClock(){
|
function drawClock(){
|
||||||
var date = new Date();
|
var date = new Date();
|
||||||
date.setHours(12);
|
|
||||||
|
|
||||||
// we don't want the time to be displayed
|
// we don't want the time to be displayed
|
||||||
// and then immediately be trigger another time
|
// and then immediately be trigger another time
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue