From e33a3732ead4093c69364970e206ac8d7bdf981b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 3 Dec 2015 10:36:43 -0500 Subject: [PATCH] removed jquery functions for box shadow animation --- js/app.js | 7 ------- js/custom/pageSetup.js | 7 ------- 2 files changed, 14 deletions(-) diff --git a/js/app.js b/js/app.js index 39195f3..7b643e1 100644 --- a/js/app.js +++ b/js/app.js @@ -208,11 +208,4 @@ $(document).ready(function () { return $(this).text().replace(/(<([^>]+)>)/ig, ""); }); - $("#properties .top-bar .top-bar-section ul#menu-properties ul.dropdown li a").mouseover(function () { - $("#properties .top-bar .top-bar-section ul#menu-properties li a").css("box-shadow", "none"); - }); - $("#properties .top-bar .top-bar-section ul#menu-properties ul.dropdown li a").mouseout(function () { - $("#properties .top-bar .top-bar-section ul#menu-properties li a").css("box-shadow", "0px -7px 10px -9px rgba(0, 0, 0, 0.5) inset"); - }); - }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 7dc3b1e..b131efc 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -199,11 +199,4 @@ $(document).ready(function () { return $(this).text().replace(/(<([^>]+)>)/ig, ""); }); - $("#properties .top-bar .top-bar-section ul#menu-properties ul.dropdown li a").mouseover(function () { - $("#properties .top-bar .top-bar-section ul#menu-properties li a").css("box-shadow", "none"); - }); - $("#properties .top-bar .top-bar-section ul#menu-properties ul.dropdown li a").mouseout(function () { - $("#properties .top-bar .top-bar-section ul#menu-properties li a").css("box-shadow", "0px -7px 10px -9px rgba(0, 0, 0, 0.5) inset"); - }); - }); -- 2.17.1