Difference between revisions of "Template:Example2"

Line 56: Line 56:
 
function hide_show_menu() {
 
function hide_show_menu() {
 
var url = window.location.href ;  
 
var url = window.location.href ;  
if (url.indexOf("&action=submit") >= 0) {
+
if (url.indexOf("submit") >= 0) {
 
$(".igem_2017_menu_wrapper").hide();
 
$(".igem_2017_menu_wrapper").hide();
 
}
 
}

Revision as of 19:37, 17 March 2017