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

index 015f26fcfa8ed0f8dda99cc8b900d61d385ccb75..c8c740dcf480b89435943aa7a66453a8d98ecf6a 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='2';
+    e.data.matomo='3';
     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]));