Skip to content

Commit

Permalink
Update last counter to show closer date
Browse files Browse the repository at this point in the history
I updated the last count down timer to a slightly closer date to see more of a real world example. 
  • Loading branch information
NickStees committed Dec 19, 2012
1 parent 578fe15 commit 33f1cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
$('#mar251230p').hide();
};
$('#mar25330p').countdown({
until: $.countdown.UTCDate(-4, 2012, 3-1, 25, 15, 30, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar25330p});
until: $.countdown.UTCDate(-4, 2012, 13-1, 20, 15, 30, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar25330p});
function hmar25330p(){
$('#mar25330p').hide();
};
Expand Down

0 comments on commit 33f1cc3

Please sign in to comment.