Difference between revisions of "Dev/Sitemap"

Line 150: Line 150:
  
 
var no_underscores_name = page_name.replace( /_/g , " ");
 
var no_underscores_name = page_name.replace( /_/g , " ");
$("#all_pages").append("<li> <a  href='"+page_name+"'>"+no_underscores_name+"</a> <ul  id='main_"+page_name+"' ></ul> </li>");
+
$("#organized_pages").append("<li> <a  href='"+page_name+"'>"+no_underscores_name+"</a> <ul  id='main_"+page_name+"' ></ul> </li>");
  
 
}
 
}

Revision as of 20:02, 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.