From: Anthony Talarico Date: Wed, 27 Jan 2016 18:43:18 +0000 (-0500) Subject: reverting changes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d623d8f1dd39fdb0d8d7c326ea24d2ee3f0b8027;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git reverting changes --- diff --git a/js/app.js b/js/app.js index 76524ee..6591dae 100644 --- 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"); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index cf4f17e..5700f2c 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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");