removing js mouseover effects
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 18:54:06 +0000 (13:54 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 18:54:06 +0000 (13:54 -0500)
js/app.js
js/custom/pageSetup.js

index 6591dae..fc2db21 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -204,12 +204,12 @@ 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");
-        $($topMenu).mouseenter( function () {
-           $(this).css("background", "white") ;
-        });
-          $($topMenu).mouseout( function () {
-           $(this).css("background", "none") ;
-        });
+//        $($topMenu).mouseenter( function () {
+//           $(this).css("background", "white") ;
+//        });
+//          $($topMenu).mouseout( function () {
+//           $(this).css("background", "none") ;
+//        });
         $($topMenu).css("padding", "10px 5px");
     });
 
index 5700f2c..5fe3fe9 100644 (file)
@@ -195,12 +195,12 @@ 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");
-        $($topMenu).mouseenter( function () {
-           $(this).css("background", "white") ;
-        });
-          $($topMenu).mouseout( function () {
-           $(this).css("background", "none") ;
-        });
+//        $($topMenu).mouseenter( function () {
+//           $(this).css("background", "white") ;
+//        });
+//          $($topMenu).mouseout( function () {
+//           $(this).css("background", "none") ;
+//        });
         $($topMenu).css("padding", "10px 5px");
     });