Template:Team:HokkaidoU Japan/JS
From 2014.igem.org
(Difference between revisions)
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | (function() { | ||
+ | $(function() { | ||
+ | return $('#menubar.left-menu ul li:last-child').css('color', ''); | ||
+ | }); | ||
+ | |||
+ | }).call(this); | ||
+ | |||
+ | </script> | ||
+ | </html> |
Revision as of 06:20, 27 May 2014
(function() { $(function() { return $('#menubar.left-menu ul li:last-child').css('color', ''); }); }).call(this);