Team:CAU China

From 2014.igem.org

(Difference between revisions)
Line 9: Line 9:
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
</style>
</style>
 +
    <!-- iGem wiki hacks -->
         <!-- Remove all empty <p> tags -->
         <!-- Remove all empty <p> tags -->
         <script type="text/javascript">
         <script type="text/javascript">
Line 22: Line 23:
             $(document).ready(function() {
             $(document).ready(function() {
                 $("menubar > ul > li:last-child").remove();
                 $("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>
         </script>

Revision as of 09:46, 17 October 2014