Latin America/Templates/Header
From 2013.igem.org
(Difference between revisions)
Line 110: | Line 110: | ||
}(window.jQuery) | }(window.jQuery) | ||
</script> | </script> | ||
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
</body> | </body> |
Revision as of 05:10, 14 August 2013