1,581
edits
mNo edit summary |
mNo edit summary |
||
Line 131: | Line 131: | ||
{ | { | ||
updateClocks(); | updateClocks(); | ||
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'; | |||
} | } | ||
/* </pre> */ | /* </pre> */ |