adding target blank attr to the new hubspot redirection for the travel info blog...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Sep 2016 16:48:33 +0000 (12:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Sep 2016 16:48:33 +0000 (12:48 -0400)
js/app.js
js/custom/pageSetup.js

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