From: Vincent Vanwaelscappel Date: Wed, 15 May 2019 13:33:09 +0000 (+0200) Subject: wait #2674 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f4385d396a640c0e4c3dbec65bb342888adfa40c;p=fluidbook-html5.git wait #2674 @0.5 --- diff --git a/js/libs/fluidbook/special/atlanticdownload.js b/js/libs/fluidbook/special/atlanticdownload.js index 389644b4..553d28ba 100644 --- a/js/libs/fluidbook/special/atlanticdownload.js +++ b/js/libs/fluidbook/special/atlanticdownload.js @@ -26,6 +26,11 @@ var AtlanticDL = { return false; }); + + $(document).on('click', '.atlantic-download-icon', function () { + fluidbook.stats._ga('event', 'documentdownload', 'file', $(this).attr('href')); + return true; + }); }, filterData: function (product) {