Difference between revisions of "Sitemap"

Line 160: Line 160:
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
  
$("#"+page_name.substring(0, page_name.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name.substring( page_name.indexOf("/")+1, page_name.length )+"</a>  <ol id='main_"+clean_name+"'>  </ol></li>");
+
$("#"+page_name.substring(0, page_name.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name.substring( page_name.indexOf("/")+1, page_name.length )+"</a>  <ol id='"+clean_name+"'>  </ol></li>");
  
 
}
 
}

Revision as of 20:34, 24 November 2016

MENU

Sitemap

iGEM is a multifaceted competition with many different components. Our websites have a lot of information, from requirements of the competition to tips on how make fundraising easier. This page is here to help you navigate our site and make sure you have access to all of its content.