fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Sep 2016 16:47:06 +0000 (12:47 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Sep 2016 16:47:06 +0000 (12:47 -0400)
js/app.js
js/custom/pageSetup.js

index d2a59bc..bc2e7e9 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -295,5 +295,5 @@ $(document).ready(function () {
            }
        });
     }
-    $("#1536").find("a").attr("href", "http://blog.petoskey.com");
+    $("#1536").find("a").attr("href", "http://blog.petoskeyarea.com");
 });
index abddbbf..1b90499 100644 (file)
@@ -286,5 +286,5 @@ $(document).ready(function () {
            }
        });
     }
-    $("#1536").find("a").attr("href", "http://blog.petoskey.com");
+    $("#1536").find("a").attr("href", "http://blog.petoskeyarea.com");
 });