Team:NTNU Trondheim/Templates/Header
From 2012.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
autoArrows: true, // generation of arrow mark-up | autoArrows: true, // generation of arrow mark-up | ||
dropShadows: true // drop shadows ); | dropShadows: true // drop shadows ); | ||
- | + | }); | |
}); | }); | ||
</script> | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | $('#jamboreeCountdown').countdown({until: | + | $(function () { |
+ | var jamboreeDay = new Date(); | ||
+ | jamboreeDay = new Date(2012, 10 - 1, 5); | ||
+ | $('#jamboreeCountdown').countdown({until: jamboreeDay}); | ||
+ | }); | ||
</script> | </script> | ||
Revision as of 19:30, 28 June 2012