Team:Uppsala/Templates/Tracking

From 2014.igem.org

(Difference between revisions)
 
Line 9: Line 9:
var data = data.replace("https://2014.igem.org/Team:Uppsala/", "");//change to the correct one for the wiki
var data = data.replace("https://2014.igem.org/Team:Uppsala/", "");//change to the correct one for the wiki
var data = data.split("_");
var data = data.split("_");
-
for (i = 0; i < data.length; i++) {
+
for (i = 0; i < data.length-1; i++) {
container += data[i]
container += data[i]
     text += 'Previous <a href="' + container + '">' + data[i] + "</a>; ";
     text += 'Previous <a href="' + container + '">' + data[i] + "</a>; ";

Latest revision as of 18:08, 16 October 2014

Failed to load tracking. JS is probably not enabled