From: Anthony Talarico Date: Tue, 8 Dec 2015 18:13:19 +0000 (-0500) Subject: changed our properties parent link X-Git-Tag: v1.0.0^2~101 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c7ee47cd290883d940b3e09bc95a38afd4c8c7df;p=WP-Themes%2Fstaffords.git changed our properties parent link --- diff --git a/js/app.js b/js/app.js index 42321b3..b3f304d 100644 --- a/js/app.js +++ b/js/app.js @@ -203,4 +203,5 @@ $(document).ready(function () { $("a:contains('Dine')").attr("href", "#"); $("a:contains('Explore')").attr("href", "#"); $("a:contains('Play')").attr("href", "#"); + $(".parent-link a:contains('Our Properties')").text("Stafford's Home"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 80dffb1..b643e24 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -194,4 +194,5 @@ $(document).ready(function () { $("a:contains('Dine')").attr("href", "#"); $("a:contains('Explore')").attr("href", "#"); $("a:contains('Play')").attr("href", "#"); + $(".parent-link a:contains('Our Properties')").text("Stafford's Home"); });