reverting changes
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 18:43:18 +0000 (13:43 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 18:43:18 +0000 (13:43 -0500)
js/app.js
js/custom/pageSetup.js

index 76524ee..6591dae 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -204,10 +204,10 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat
     var $menuLi = $("ul#menu-top-menu li");
     $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () { 
         $($topMenu).css("background", "none").css("font-size", "16px");
-        $($menuLi, $topMenu).mouseenter( function () {
+        $($topMenu).mouseenter( function () {
            $(this).css("background", "white") ;
         });
-          $($menuLi, $topMenu).mouseout( function () {
+          $($topMenu).mouseout( function () {
            $(this).css("background", "none") ;
         });
         $($topMenu).css("padding", "10px 5px");
index cf4f17e..5700f2c 100644 (file)
@@ -195,10 +195,10 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat
     var $menuLi = $("ul#menu-top-menu li");
     $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () { 
         $($topMenu).css("background", "none").css("font-size", "16px");
-        $($menuLi, $topMenu).mouseenter( function () {
+        $($topMenu).mouseenter( function () {
            $(this).css("background", "white") ;
         });
-          $($menuLi, $topMenu).mouseout( function () {
+          $($topMenu).mouseout( function () {
            $(this).css("background", "none") ;
         });
         $($topMenu).css("padding", "10px 5px");