Update analytics domain
This should fix the issue that some people have had with AV warnings.
This commit is contained in:
parent
21a50be7d6
commit
87b8ef9bc2
@ -31,7 +31,7 @@
|
|||||||
_paq.push(["trackPageView"]);
|
_paq.push(["trackPageView"]);
|
||||||
_paq.push(["enableLinkTracking"]);
|
_paq.push(["enableLinkTracking"]);
|
||||||
(function() {
|
(function() {
|
||||||
var u="//inchra-stats.minetest.net/";
|
var u="//stats.minetest.net/";
|
||||||
_paq.push(["setTrackerUrl", u+"piwik.php"]);
|
_paq.push(["setTrackerUrl", u+"piwik.php"]);
|
||||||
_paq.push(["setSiteId", 1]);
|
_paq.push(["setSiteId", 1]);
|
||||||
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
|
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
|
||||||
@ -44,10 +44,10 @@
|
|||||||
$.goup(); // jQuery GoUp
|
$.goup(); // jQuery GoUp
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<noscript><p><img src="//inchra-stats.minetest.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<noscript><p><img src="//stats.minetest.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
||||||
<div id="top"></div>
|
<div id="top"></div>
|
||||||
<nav class="navbar navbar-default navbar-fixed-top">
|
<nav class="navbar navbar-default navbar-fixed-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user