Latin America/Templates/Header

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html lang="en">
<html lang="en">
-
</p></div></div></div></div>
 
<head>
<head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
Line 114: Line 113:
     $(document).ready(function() {
     $(document).ready(function() {
         $("p").filter( function() {
         $("p").filter( function() {
 +
            return $.trim($(this).html()) == '';
 +
        }).remove()
 +
        $("div").filter( function() {
             return $.trim($(this).html()) == '';
             return $.trim($(this).html()) == '';
         }).remove()
         }).remove()

Revision as of 05:12, 14 August 2013