From 548496d3c15ed070ac670c4fc5ac995a47a89b13 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Jan 2016 13:27:57 -0500 Subject: [PATCH] changed menu name references --- css/app.css | 4 ++-- js/app.js | 4 ++-- js/custom/pageSetup.js | 4 ++-- scss/_topbar.scss | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/app.css b/css/app.css index 53c28c9..3c3fff2 100644 --- a/css/app.css +++ b/css/app.css @@ -6612,10 +6612,10 @@ header { position: relative; top: 15px; } -#headerLinks > ul#menu-menu-2 > li::before { +#headerLinks > ul#menu-top-menu > li::before { margin-top: 13px; } -#headerLinks > ul#menu-menu-2 > li { +#headerLinks > ul#menu-top-menu > li { padding: 0px 15px; } @media screen and (max-width: 1024px) { diff --git a/js/app.js b/js/app.js index 32be97b..948ae96 100644 --- a/js/app.js +++ b/js/app.js @@ -200,8 +200,8 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $(".menu-icon").on("click", function () { window.scrollTo(0,0); }); - var $topMenu = $("ul#menu-menu-2 li > a"); - $("#headerLinks").children("ul#menu-menu-2").children("li").each(function () { + var $topMenu = $("ul#menu-top-menu li > a"); + $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () { $($topMenu).css("background", "none").css("font-size", "16px"); $($topMenu).mouseenter( function () { $(this).css("background", "white") ; diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 900253a..4e52458 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -191,8 +191,8 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $(".menu-icon").on("click", function () { window.scrollTo(0,0); }); - var $topMenu = $("ul#menu-menu-2 li > a"); - $("#headerLinks").children("ul#menu-menu-2").children("li").each(function () { + var $topMenu = $("ul#menu-top-menu li > a"); + $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () { $($topMenu).css("background", "none").css("font-size", "16px"); $($topMenu).mouseenter( function () { $(this).css("background", "white") ; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f07cdf6..4b5f10b 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -233,10 +233,10 @@ position: relative; top: 15px; } -#headerLinks > ul#menu-menu-2 > li::before{ +#headerLinks > ul#menu-top-menu > li::before{ margin-top: 13px; } -#headerLinks > ul#menu-menu-2 > li{ +#headerLinks > ul#menu-top-menu > li{ padding: 0px 15px; } #socialLinks{ -- 2.17.1