]> _ Git - fluidbook-html5.git/commitdiff
wait #5431 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Sep 2022 14:09:30 +0000 (16:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Sep 2022 14:09:30 +0000 (16:09 +0200)
js/libs/fluidbook/fluidbook.js

index b648afcfe1950b400a7648d051b4f9beba86df62..e66a8cb4c5ac87bb335af9c874dcdcebb7e58ea4 100644 (file)
@@ -775,9 +775,6 @@ Fluidbook.prototype = {
         var pdf;
         var pdfName;
 
-        var statsEventType = print ? 3 : 7;
-        this.stats.track(statsEventType);
-
         if (this.settings.pages != this.contentlock.getMaxPage()) {
             pdf = 'https://workshop.fluidbook.com/s/e/' + this.settings.cid + '/1-' + this.contentlock.getMaxPage();
         } else if (this.settings.pdfName.substr(0, 4) === 'http') {