diff --git a/js/scripts.js b/js/scripts.js index fbe7416b..c31c1872 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -55,10 +55,6 @@ $( document ).ready( function() { } }); - $( '.dl-win64, .dl-mac, .dl-deb64, .dl-rpm64' ).on( 'click', function() { - sendAnalytic( $(this).attr('class').split('-').pop().split(" ").shift() ); - }); - //change dom to show downloads for the specific os function showOSDownloads( os ) { $( '.dl-' + os ).addClass( 'selected' ); @@ -72,19 +68,11 @@ $( document ).ready( function() { downloadLink = downloadLink.replace( //g, siteURL ); } else { downloadLink = downloadLink.replace( //g, bisqVersion ); - sendAnalytic( osName ); } location.href = downloadLink; return; } - //add virtual pageview and event tracking for download attempts - function sendAnalytic( platform ) { - ga( 'send', 'pageview', location.pathname + 'release' ); - ga( 'send', 'event', 'Release Build', 'download', platform ); - return; - } - //How to get started $('.step').on({ mouseenter: function () {