Team:British Columbia/Templates/FrontHeader
From 2014.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
- | < | + | <!-- 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}} |
Latest revision as of 03:45, 18 October 2014