Remove google analytics

This commit is contained in:
Blaine Motsinger 2021-01-02 09:46:22 -06:00
parent 52914d9f6f
commit e0e4a0703c

View File

@ -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')]);
});
});