From c7ee47cd290883d940b3e09bc95a38afd4c8c7df Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Dec 2015 13:13:19 -0500 Subject: [PATCH] changed our properties parent link --- js/app.js | 1 + js/custom/pageSetup.js | 1 + 2 files changed, 2 insertions(+) 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"); }); -- 2.17.1