Template:RESET

From 2014.igem.org

(Difference between revisions)
Line 32: Line 32:
</style>
</style>
-
<!-- Remove all empty <p> tags --
+
<!-- Remove wikimedia width property and reset to auto -->
<script type="text/javascript">
<script type="text/javascript">
-
 
-
    $(document).ready(function() {
 
-
        $("p").filter( function() {
 
-
            return $.trim($(this).html()) == '';
 
-
        }).remove()
 
-
    });
 
     $(document).ready(function(){
     $(document).ready(function(){
                 $("#content").removeAttr('style').css("width","auto");
                 $("#content").removeAttr('style').css("width","auto");
             });
             });
-
        </script>
 
-
 
</script>
</script>

Revision as of 21:09, 18 September 2014