From: Anthony Talarico Date: Thu, 28 Jan 2016 14:32:50 +0000 (-0500) Subject: fixed syntax error X-Git-Tag: v1.0.0^2~52 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8a7e4877dde2e0b26c92df6fdbab4c906ae9cd5a;p=WP-Themes%2Fsaultstemarie.git fixed syntax error --- diff --git a/js/app.js b/js/app.js index a2761d5..03c81f3 100644 --- a/js/app.js +++ b/js/app.js @@ -200,7 +200,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $(".menu-icon").on("click", function () { window.scrollTo(0,0); }); - var $topMenu = $("ul#menu-menu-2 > li"); + var $topMenu = $("ul#menu-top-menu > li"); var $topMenuLink = $("ul#menu-top-menu li > a"); var $dropDown = $("ul#menu-top-menu li").find(".dropdown"); $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 0855cf4..9598402 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -191,7 +191,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $(".menu-icon").on("click", function () { window.scrollTo(0,0); }); - var $topMenu = $("ul#menu-menu-2 > li"); + var $topMenu = $("ul#menu-top-menu > li"); var $topMenuLink = $("ul#menu-top-menu li > a"); var $dropDown = $("ul#menu-top-menu li").find(".dropdown"); $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () {