Line 55: | Line 55: | ||
// allow button on the black menu bar to show/hide the side menu | // allow button on the black menu bar to show/hide the side menu | ||
function hide_show_menu() { | function hide_show_menu() { | ||
+ | var url = window.location.href ; | ||
+ | if (url.indexOf("Yes") >= 0) { | ||
+ | $(".igem_2017_menu_wrapper").hide(); | ||
+ | } | ||
// if the black menu bar has been loaded | // if the black menu bar has been loaded |
Revision as of 19:36, 17 March 2017