Team:Aalto-Helsinki/sidebar

From 2014.igem.org

(Difference between revisions)
Line 130: Line 130:
$(document).ready(function() {
$(document).ready(function() {
$('.sidebar-nav li ul li').hide();
$('.sidebar-nav li ul li').hide();
-
$('.sidebar-nav a.active').parent().child().show();
+
$('.sidebar-nav a.active').parent().children().show();
if(location.pathname != "/Team:Aalto-Helsinki") {
if(location.pathname != "/Team:Aalto-Helsinki") {

Revision as of 08:32, 16 June 2014