summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-13 11:01:55 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-13 11:01:55 +0200
commit5f7a65a080ef7c4f6ea7e7a3757cb61dc7841b77 (patch)
tree9dd1abaab71970a6c6cb7dab6e3e64d1cd80c8e8 /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html
parent25e3da3343b5cd4bbcd11fa76b382fb089971840 (diff)
parent823ce055ed3356da37e9ec4ac70446bdbbaa8de8 (diff)
Diffstat (limited to 'docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html
index c78926503..2cedc384a 100644
--- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html
@@ -17,10 +17,9 @@ var trackOutboundLink = function(id, url) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': id,
- 'transport_type': 'beacon',
- 'event_callback': function(){document.location = url;}
+ 'transport_type': 'beacon'
});
}
</script>
-{{ end }} \ No newline at end of file
+{{ end }}