Team:Uppsala/test

From 2013.igem.org

(Difference between revisions)
Line 22: Line 22:
</style>
</style>
 +
 +
<!-- Remove all empty <p> tags -->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
        $("p").filter( function() {
 +
            return $.trim($(this).html()) == '';
 +
        }).remove()
 +
    });
 +
</script>
 +
</head>
</head>

Revision as of 11:39, 25 August 2013

<!DOCTYPE html>