Team:TU Delft/test

From 2010.igem.org

(Difference between revisions)
Line 219: Line 219:
constituentFolders=currentURL.split("/");
constituentFolders=currentURL.split("/");
var outputStr="";
var outputStr="";
-
for (count=2;count<(constituentFolders.length-1);count++)
+
for (count=-;count<(constituentFolders.length);count++)
{
{
-
outputStr=outputStr + " &raquo; <a href='" + buildDepth((constituentFolders.length-count)+1) + "' title='parent folder'>" + constituentFolders[count] + "</a>";
+
outputStr=outputStr + " &raquo; <a href=''>" + constituentFolders[count] + "</a>";
}
}
$("#breadcrumbs").html(outputStr);
$("#breadcrumbs").html(outputStr);

Revision as of 14:53, 27 September 2010