switch to matomo domain as well
authorRobert Kaiser <kairo@kairo.at>
Wed, 7 Oct 2020 22:02:54 +0000 (00:02 +0200)
committerRobert Kaiser <kairo@kairo.at>
Wed, 7 Oct 2020 22:02:54 +0000 (00:02 +0200)
index.html
js/piwik.js

index abdd3c0b046d447f3549e5e68b768d3d74321c7a..6e3af01770a907aa015fcd1e8f0785a300d4726e 100644 (file)
@@ -19,7 +19,7 @@
   <link rel="shortcut icon" href="style/lanteaIcon16.png" type="image/png">
 </head>
 <body id="body">
-<noscript><p><img src="https://piwik.kairo.at/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
+<noscript><p><img src="https://matomo.kairo.at/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
 <h1>Lantea Map</h1>
 
 <div id="trackArea" class="menuDrawer secondaryUI hidden">
index 19af8769c95b78cd8c62ad4ab8b7025050f099d3..19e18454745ecd4356233c47ef0fad0135fbc843 100644 (file)
@@ -4,7 +4,7 @@
   _paq.push(['trackPageView']);
   _paq.push(['enableLinkTracking']);
   (function() {
-    var u="https://piwik.kairo.at/";
+    var u="https://matomo.kairo.at/";
     _paq.push(['setTrackerUrl', u+'piwik.php']);
     _paq.push(['setSiteId', '2']);
     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];