From: Anthony Talarico Date: Thu, 10 Dec 2015 18:22:31 +0000 (-0500) Subject: changed menu item id # X-Git-Tag: v1.0.0^2~67 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4a832b81db431f8a20a63b2583d600e510809161;p=WP-Themes%2Fstaffords.git changed menu item id # --- diff --git a/js/app.js b/js/app.js index 66903c1..8642162 100644 --- a/js/app.js +++ b/js/app.js @@ -204,7 +204,7 @@ $(document).ready(function () { $("a:contains('Explore')").attr("href", "#"); $("a:contains('Play')").attr("href", "#"); $(".parent-link a:contains('Our Properties')").text("Stafford's Home"); - $("#menu-item-1823").on("click",function () { + $("#menu-item-1885").on("click",function () { if ($(".title.back.js-generated").css("display") === "none") { $(".title.back.js-generated").css("display", "inherit"); } else { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 1783844..e823e95 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -195,7 +195,7 @@ $(document).ready(function () { $("a:contains('Explore')").attr("href", "#"); $("a:contains('Play')").attr("href", "#"); $(".parent-link a:contains('Our Properties')").text("Stafford's Home"); - $("#menu-item-1823").on("click",function () { + $("#menu-item-1885").on("click",function () { if ($(".title.back.js-generated").css("display") === "none") { $(".title.back.js-generated").css("display", "inherit"); } else {