Team:Shenzhen BGIC 0101
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <p | + | <!-- iGem wiki hacks --> |
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <!-- Remove "team" from the menubar --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("menubar > ul > li:last-child").remove(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <!-- Empty heading? - Then remove it.. --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | if ("" == "</html>{{{1}}}<html>") { | ||
+ | $("#heading").remove(); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
<link rel="javascript" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/menu_js?action=raw&ctype=text/javascript" type="text/javascript" /> | <link rel="javascript" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/menu_js?action=raw&ctype=text/javascript" type="text/javascript" /> | ||
<link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/menu?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/menu?action=raw&ctype=text/css" type="text/css" /> |
Revision as of 06:28, 23 August 2013