Team:Alberta/LeftBar
From 2009.igem.org
(Difference between revisions)
Line 145: | Line 145: | ||
getNextSiblingByElement(activeMenu).style.display = "none"; | getNextSiblingByElement(activeMenu).style.display = "none"; | ||
} | } | ||
- | if(this == activeMenu){ | + | if(this == activeMenu) |
- | activeMenu = null; | + | { |
+ | //activeMenu = null; | ||
} else { | } else { | ||
this.className = "active"; | this.className = "active"; |
Revision as of 21:59, 10 October 2009
|