Team:British Columbia/Templates/Footer
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | <!-- ================= From SDU-Denmark: Remove all empty <p> tags ============== --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
<div class="container" id="sponsors"> | <div class="container" id="sponsors"> | ||
Revision as of 23:47, 17 October 2014