From e0e4a0703c71758a1e91f6afd37e981aa8320474 Mon Sep 17 00:00:00 2001 From: Blaine Motsinger Date: Sat, 2 Jan 2021 09:46:22 -0600 Subject: [PATCH] Remove google analytics --- assets/js/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/js/index.js b/assets/js/index.js index 6685d77..8ac967d 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -167,9 +167,4 @@ $(function() { $('.donator').tooltip({ placement: 'bottom', }); - - $('a.ga-track').live('click', function() { - var $this = $(this); - _gaq.push(['_trackEvent', 'External Link', $this.text(), $this.attr('href')]); - }); });