Team:Alberta/LeftBar
From 2009.igem.org
(Difference between revisions)
Line 183: | Line 183: | ||
a.onclick = showMenu; | a.onclick = showMenu; | ||
a.onfocus = function(){this.blur()}; | a.onfocus = function(){this.blur()}; | ||
- | + | if (a.textContent = lastClicked) | |
+ | { | ||
+ | activeMenu = a; | ||
+ | } | ||
+ | |||
} | } | ||
Revision as of 23:03, 10 October 2009
|