Template:Amplino
From 2012e.igem.org
(Difference between revisions)
Line 118: | Line 118: | ||
var url = location.pathname + '/' + page + '?action=watch'; | var url = location.pathname + '/' + page + '?action=watch'; | ||
$("#menubar ul li:nth-child(6) a").attr('href', url); | $("#menubar ul li:nth-child(6) a").attr('href', url); | ||
- | $("#menubar ul li:nth-child(2)).css('display','none'); | + | $("#menubar ul li:nth-child(2)").css('display','none'); |
- | $("#menubar ul li:nth-child(5)).css('display','none'); | + | $("#menubar ul li:nth-child(5)").css('display','none'); |
} | } | ||
Revision as of 13:56, 29 April 2012