From: Anthony Talarico Date: Wed, 27 Jan 2016 18:54:06 +0000 (-0500) Subject: removing js mouseover effects X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=edf578fc72d40f78ba857728601315e3a778c01d;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git removing js mouseover effects --- diff --git a/js/app.js b/js/app.js index 6591dae..fc2db21 100644 --- 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"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 5700f2c..5fe3fe9 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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"); });