MediaWiki:Common.js: Difference between revisions

From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
m
no edit summary
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> */

Navigation menu