Line 41: | Line 41: | ||
addLink("Parts,https://2018.igem.org/Team:Purdue/Parts"); | addLink("Parts,https://2018.igem.org/Team:Purdue/Parts"); | ||
addLink("Results of our Model,https://2018.igem.org/Team:Purdue/Model"); | addLink("Results of our Model,https://2018.igem.org/Team:Purdue/Model"); | ||
+ | addLink("Our Team's Judging Form,https://igem.org/2018_Judging_Form?team=Purdue"); | ||
//PLACE YOUR LINKS BEFORE THIS LINE | //PLACE YOUR LINKS BEFORE THIS LINE | ||
arrayToList(); | arrayToList(); | ||
Line 119: | Line 120: | ||
if(entryBlocks[i].a.length){ | if(entryBlocks[i].a.length){ | ||
document.getElementById("di").appendChild(entryBlocks[i].Header); | document.getElementById("di").appendChild(entryBlocks[i].Header); | ||
− | document.getElementById("di").appendChild(entryBlocks[i].ulList); | + | document.getElementById("di").appendChild(entryBlocks[i].ulList);' |
+ | |||
+ | //Special addition to the judging form link | ||
+ | if(entryBlocks[i].a.href=="https://igem.org/2018_Judging_Form?team=Purdue"){ | ||
+ | entryBlocks[i].a. | ||
+ | |||
+ | } | ||
} | } | ||
} | } |
Revision as of 18:42, 13 June 2018