From: Anthony Talarico Date: Fri, 11 Dec 2015 14:47:17 +0000 (-0500) Subject: removing click event for testing X-Git-Tag: v1.0.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dcb9705a7a0245a2e82b06bacebe3d2dbb6dfd41;p=WP-Themes%2Fstaffords.git removing click event for testing --- diff --git a/js/app.js b/js/app.js index dda9898..aeec555 100644 --- a/js/app.js +++ b/js/app.js @@ -199,10 +199,10 @@ $(document).ready(function () { $("#properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a").mouseout(function () { $("#properties .top-bar .top-bar-section ul#menu-properties #menu-item-1517 > a").css("box-shadow", "0px -7px 10px -9px rgba(0, 0, 0, 0.5) inset"); }); - $("#long-bar section.top-bar-section ul > li > a").on("click", function (e) { - e.preventDefault(); - return false; - }); +// $("#long-bar section.top-bar-section ul > li > a").on("click", function (e) { +// e.preventDefault(); +// return false; +// }); // $("a:contains('Dine')").attr("href", "#"); // $("a:contains('Explore')").attr("href", "#"); // $("a:contains('Play')").attr("href", "#"); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index afbc187..a209879 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -190,10 +190,10 @@ $(document).ready(function () { $("#properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a").mouseout(function () { $("#properties .top-bar .top-bar-section ul#menu-properties #menu-item-1517 > a").css("box-shadow", "0px -7px 10px -9px rgba(0, 0, 0, 0.5) inset"); }); - $("#long-bar section.top-bar-section ul > li > a").on("click", function (e) { - e.preventDefault(); - return false; - }); +// $("#long-bar section.top-bar-section ul > li > a").on("click", function (e) { +// e.preventDefault(); +// return false; +// }); // $("a:contains('Dine')").attr("href", "#"); // $("a:contains('Explore')").attr("href", "#"); // $("a:contains('Play')").attr("href", "#");