changed our properties parent link
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Dec 2015 18:13:19 +0000 (13:13 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Dec 2015 18:13:19 +0000 (13:13 -0500)
js/app.js
js/custom/pageSetup.js

index 42321b3..b3f304d 100644 (file)
--- 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");
 });
index 80dffb1..b643e24 100644 (file)
@@ -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");
 });