Fixed an issue with Safari re-opening the external link in the current tab/window.
This commit is contained in:
parent
b046f844bd
commit
2650d30063
|
@ -120,7 +120,7 @@
|
|||
ga('send', 'pageview');
|
||||
|
||||
var trackOutboundLink = function(url) {
|
||||
ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } });
|
||||
ga('send', 'event', 'outbound', 'click', url);
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in a new issue