changed menu name references
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 18:27:57 +0000 (13:27 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 18:27:57 +0000 (13:27 -0500)
css/app.css
js/app.js
js/custom/pageSetup.js
scss/_topbar.scss

index 53c28c9..3c3fff2 100644 (file)
@@ -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) {
index 32be97b..948ae96 100644 (file)
--- 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") ;
index 900253a..4e52458 100644 (file)
@@ -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") ;
index f07cdf6..4b5f10b 100644 (file)
     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{