diff --git a/web/app/assets/javascripts/web/downloads.js b/web/app/assets/javascripts/web/downloads.js
index a060e8e7e..1c3976f90 100644
--- a/web/app/assets/javascripts/web/downloads.js
+++ b/web/app/assets/javascripts/web/downloads.js
@@ -79,11 +79,11 @@
var href = clicked.attr('href');
if(href != "#") {
rest.userDownloadedClient().always(function() {
- $('body').append('')
+ context.JK.GA.trackDownload(clicked.attr('data-platform'));
+ $('body').append('')
});
}
else {
- context.JK.GA.trackDownload(clicked.attr('data-platform'));
// if there is no download available, apologize to the user
alert("Sorry, this download is not currently available.");
return false;