diff --git a/index.html b/index.html
index 1ab0d55..0d478fc 100644
--- a/index.html
+++ b/index.html
@@ -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);
}