Team:Amsterdam/Header

From 2011.igem.org

(Difference between revisions)
Line 39: Line 39:
// Loop through the URL
// Loop through the URL
-
for (count=3;count<(constituentFolders.length);count++)
+
for (count=2;count<(constituentFolders.length);count++)
{
{
-
outputStr=outputStr + " > <a href='https://2011.igem.org/Team:" + teamname +
+
outputStr=outputStr + " > <a href='https://2011.igem.org/Team:" +
buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" +  
buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" +  
capitaliseFirstLetter(constituentFolders[count]).replace("_"," ") + "</a>";
capitaliseFirstLetter(constituentFolders[count]).replace("_"," ") + "</a>";

Revision as of 15:46, 9 September 2011