Line 1,133: | Line 1,133: | ||
$(this).parent().next().toggleClass("hide_content"); | $(this).parent().next().toggleClass("hide_content"); | ||
}); | }); | ||
+ | |||
+ | if( $(".igem_mobile_menu_bar").is(":visible") ){ | ||
+ | $(".igem_content_wrapper").click(function() { | ||
+ | $(".igem_menu").hide(); | ||
+ | }); | ||
+ | } | ||
Revision as of 21:57, 31 January 2019