MediaWiki:Common.js: Difference between revisions

m
messing around with the countdown js
sims>Duskey
(added username javascript)
sims>Duskey
m (messing around with the countdown js)
Line 248:
var diffing = count=Math.floor((then.getTime()-now.getTime())/1000);
if(diffing<0) {
timers[i].firstChild.nodeValue = 'TimeTimer has expired {{Edit}}';
} else {
timers[i].firstChild.nodeValue = tpm + left;
Anonymous user