Difference between revisions of "Template:KU Leuven/main/css"
Line 282: | Line 282: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".main-nav").hide(); | $(".main-nav").hide(); | ||
+ | $(".nav-item").hide(); | ||
}); | }); | ||
</script> | </script> | ||
Line 373: | Line 374: | ||
<script> | <script> | ||
$( "#smartphonebutton" ).click(function() { | $( "#smartphonebutton" ).click(function() { | ||
− | $(". | + | $(".main-nav").toggle(); |
}); | }); | ||
}); | }); |
Revision as of 16:14, 2 September 2015