Team:British Columbia/Templates/FrontHeader
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<header></header> | <header></header> | ||
+ | |||
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> | ||
{{:Team:British Columbia/Templates/Navbar2}} | {{:Team:British Columbia/Templates/Navbar2}} |
Revision as of 03:44, 18 October 2014