]> _ Git - fluidbook-html5.git/commitdiff
wip #4978 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 23 Dec 2021 17:22:14 +0000 (18:22 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 23 Dec 2021 17:22:14 +0000 (18:22 +0100)
js/libs/fluidbook/workers/stats.js

index 16797335dc119da7052bcc787924bee75fca36d3..015f26fcfa8ed0f8dda99cc8b900d61d385ccb75 100644 (file)
@@ -2,7 +2,7 @@ importScripts('../../stand/axios.min.js', '../../polyfills/promise.min.js');
 
 onmessage = function (e) {
     var time = new Date().getTime();
-    e.data.matomo=1;
+    e.data.matomo='2';
     e.data.offset = Math.round((time - e.data.time) / 1000);
     var url = 'https://stats.fluidbook.com/stats2.php?' + Object.keys(e.data).reduce(function (a, k) {
         a.push(k + '=' + encodeURIComponent(e.data[k]));