Team:Cornell/Sandbox/notebook
From 2012.igem.org
(Difference between revisions)
R.Lizarralde (Talk | contribs) |
R.Lizarralde (Talk | contribs) |
||
Line 10: | Line 10: | ||
for(int i = 0; i<num; i++) { | for(int i = 0; i<num; i++) { | ||
if(document.location.href == "https://2012.igem.org/Team:Cornell/Sandbox/notebook#" + i){ | if(document.location.href == "https://2012.igem.org/Team:Cornell/Sandbox/notebook#" + i){ | ||
+ | alert(document.location.href); | ||
document.getElementById("week" + i + "entry").style.display = 'block'; | document.getElementById("week" + i + "entry").style.display = 'block'; | ||
} | } |
Revision as of 22:58, 5 March 2013