MediaWiki talk:Common.js

From SmashWiki, the Super Smash Bros. wiki
Revision as of 01:22, March 3, 2008 by Charitwo (talk | contribs)
Jump to navigationJump to search

Countdown fix?

try replacing

var then = timers[i].eventdate;

with

var then = Date.parse(timers[i].eventdate);

Logan 05:13, 3 March 2008 (UTC)

Tried it, doesn't work for me. --Charitwo 05:22, 3 March 2008 (UTC)