Team:Uppsala/Templates/Tracking

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
var data = window.location.href;
var data = window.location.href;
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; i++) {
container += data[i]
container += data[i]
Line 14: Line 14:
container +="_"
container +="_"
}
}
-
document.getElementById("tra").innerHTML = text
+
document.getElementById("tra").innerHTML = text;
</script>
</script>
</div>
</div>
</html>
</html>

Revision as of 13:36, 16 July 2014

Failed to load tracking. JS is probably not enabled