Fixed an issue with Safari re-opening the external link in the current tab/window.

This commit is contained in:
Scott Wallace 2014-05-17 15:48:46 +01:00
parent b046f844bd
commit 2650d30063

View file

@ -120,7 +120,7 @@
ga('send', 'pageview'); ga('send', 'pageview');
var trackOutboundLink = function(url) { var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); ga('send', 'event', 'outbound', 'click', url);
} }
</script> </script>
<script type="text/javascript"> <script type="text/javascript">