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) | + | if (a.textContent == lastClicked) |
{ | { | ||
activeMenu = a; | activeMenu = a; |
Revision as of 23:04, 10 October 2009
|