]> _ Git - fluidbook-html5.git/commitdiff
wip #4978
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Sun, 26 Dec 2021 01:37:44 +0000 (02:37 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Sun, 26 Dec 2021 01:37:44 +0000 (02:37 +0100)
js/libs/fluidbook/workers/stats.js

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