Team:Amsterdam/Header
From 2011.igem.org
(Difference between revisions)
Pvandieken (Talk | contribs) |
Pvandieken (Talk | contribs) |
||
Line 39: | Line 39: | ||
// Loop through the URL | // Loop through the URL | ||
- | for (count= | + | for (count=2;count<(constituentFolders.length);count++) |
{ | { | ||
- | outputStr=outputStr + " > <a href='https://2011.igem.org/Team:" + | + | 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