]> _ Git - fluidbook-html5.git/commitdiff
wait #7302 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Feb 2025 15:12:39 +0000 (16:12 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Feb 2025 15:12:39 +0000 (16:12 +0100)
js/libs/fluidbook/stats/fluidbook.stats.esm.js

index 55ae38747c22b5f2eb9872409d8b9ba33bd4d6f2..9d8e7f6a7f53010dbe48cb0d0b2fcad2dd30623b 100644 (file)
@@ -93,6 +93,12 @@ FluidbookStatsEsm.prototype = {
             return true;
         });
 
+        $(document).on('click', '[data-stats]', function () {
+            let data = $(this).data('stats');
+            tC.event.click(this, data);
+            return true;
+        });
+
     },
 
     changePage: function () {