]> _ Git - fluidbook-html5.git/commitdiff
wait #2674 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 May 2019 13:33:09 +0000 (15:33 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 May 2019 13:33:09 +0000 (15:33 +0200)
js/libs/fluidbook/special/atlanticdownload.js

index 389644b430c43b84f71e3f5f13f7341aa3be4a4d..553d28bae44950f510f892ac6047c512fedce3cb 100644 (file)
@@ -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) {