From: Anthony Talarico Date: Thu, 1 Sep 2016 16:48:33 +0000 (-0400) Subject: adding target blank attr to the new hubspot redirection for the travel info blog... X-Git-Tag: v1.0.0^2~31 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=83a0d45279f8687e257020dcd9d6717fa29b6cb8;p=WP-Themes%2Fpetoskeyarea.git adding target blank attr to the new hubspot redirection for the travel info blog item --- diff --git a/js/app.js b/js/app.js index bc2e7e9..1a69882 100644 --- 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"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 1b90499..ad86b82 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.petoskeyarea.com"); + $("#1536").find("a").attr("href", "http://blog.petoskeyarea.com").attr("target", "_blank"); });