Team:Heidelberg/Templates/Footer-Start
From 2013.igem.org
(Difference between revisions)
Nils.kurzawa (Talk | contribs) m |
Nils.kurzawa (Talk | contribs) |
||
Line 41: | Line 41: | ||
'container' : 'body', | 'container' : 'body', | ||
}); | }); | ||
+ | |||
+ | var clock = $('.your-clock').FlipClock({ | ||
+ | countdown: true, | ||
+ | clockFace: 'DailyCounter' | ||
+ | |||
+ | }); | ||
+ | |||
+ | jamboree = new Date(2013, 10, 11, 16); | ||
+ | rightNow = new Date(); | ||
+ | |||
+ | clock.setTime((jamboree-rightNow)/1000); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 18:21, 3 October 2013