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=1;count<(constituentFolders.length);count++)
+
for (count=2;count<(constituentFolders.length);count++)
{
{
-
outputStr=outputStr + "<a href='https://2011.igem.org/Team:KAIST-Korea"+ buildDepth(constituentFolders,count) + "'>" +  
+
outputStr=outputStr + "<a href='https://2011.igem.org/Team:KAIST-Korea"+ buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" + capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>";
-
capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>";
+
}
}

Revision as of 09:34, 7 August 2011