Team:KAIST-Korea/jihan
From 2011.igem.org
(Difference between revisions)
Line 43: | Line 43: | ||
// Loop through the URL | // Loop through the URL | ||
- | for (count= | + | for (count=0;count<(constituentFolders.length);count++) |
{ | { | ||
- | outputStr=outputStr + "<a href='https://2011.igem.org | + | outputStr=outputStr + "<a href='https://2011.igem.org+ buildDepth(constituentFolders,count) + constituentFolders[count]'>" + |
capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>"; | capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>"; | ||
} | } |
Revision as of 09:28, 7 August 2011