Y
Hacker News
new
|
ask
|
show
|
jobs
by
csffsc
4413 days ago
Basic countdown timer; tried to get that updating every second, what am I missing here?
http://jsfiddle.net/BPKdQ/
1 comments
CornishPasty
4413 days ago
It should be setInterval(updateClock, 1000) not setInterval(updateClock(), 1000)
link
csffsc
4413 days ago
Thanks!
http://jsfiddle.net/BPKdQ/1
link