Team:Uppsala/Templates/TselectTier3
From 2014.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
var data = window.location.href; | var data = window.location.href; | ||
var List = document.getElementById("tabSection"); | var List = document.getElementById("tabSection"); | ||
+ | |||
+ | if (data.search("AdhesionGroup") !== -1) | ||
+ | { | ||
+ | document.getElementById("currentH").innerHTML = "Adhesion Group"; | ||
- | if (data.search("Adhesion") !== -1) | + | } |
+ | |||
+ | else if (data.search("Adhesion") !== -1) | ||
{ | { | ||
document.getElementById("currentH").innerHTML = "Adhesion"; | document.getElementById("currentH").innerHTML = "Adhesion"; |
Revision as of 13:38, 5 August 2014