Difference between revisions of "Team:Evry/Protocols"
Knakiballz (Talk | contribs) m |
Knakiballz (Talk | contribs) m |
||
Line 39: | Line 39: | ||
// Please let us add the active class of the 'Team' item on the menu, plus sub-item | // Please let us add the active class of the 'Team' item on the menu, plus sub-item | ||
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Notebook') > -1; }).addClass('active'); | $('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Notebook') > -1; }).addClass('active'); | ||
− | // $('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf(' | + | // $('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Protocols') > -1; }).addClass('active'); |
</script> | </script> | ||
</html> | </html> | ||
{{:Team:Evry/Template:Footer}} | {{:Team:Evry/Template:Footer}} |
Revision as of 19:51, 31 August 2015
Protocols
The protocols we used during the competition are regrouped and documented here.
To top