From: Anthony Talarico Date: Thu, 1 Sep 2016 16:47:06 +0000 (-0400) Subject: fixing syntax error X-Git-Tag: v1.0.0^2~32 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=740df486b8fb91052d64d60ac3de6673962dd12b;p=WP-Themes%2Fpetoskeyarea.git fixing syntax error --- diff --git a/js/app.js b/js/app.js index d2a59bc..bc2e7e9 100644 --- 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"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index abddbbf..1b90499 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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"); });