1,581
edits
mNo edit summary |
mNo edit summary |
||
Line 130: | Line 130: | ||
function startCountdown() | function startCountdown() | ||
{ | { | ||
document.getElementById('countdown-target').innerHTML = 'to ' + formatDate(new Date(T + tzOffset)) + ' ' + tz; | document.getElementById('countdown-target').innerHTML = 'to ' + formatDate(new Date(T + tzOffset)) + ' ' + tz; | ||
document.getElementById('countdown').style.display = 'block'; | document.getElementById('countdown').style.display = 'block'; | ||
updateClocks(); | |||
} | } | ||
/* </pre> */ | /* </pre> */ |