MediaWiki talk:Common.js: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Countdown fix?)
 
No edit summary
Line 6: Line 6:
  var then = Date.parse(timers[i].eventdate);
  var then = Date.parse(timers[i].eventdate);
[[User:LoganA|Logan]] 05:13, 3 March 2008 (UTC)
[[User:LoganA|Logan]] 05:13, 3 March 2008 (UTC)
:Tried it, doesn't work for me. --[[User:Charitwo|Charitwo]] 05:22, 3 March 2008 (UTC)

Revision as of 01:22, March 3, 2008

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)